#54d1df

Color #54D1DF Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #54D1DF

Tints of Medium Turquoise #54D1DF

Color information

#54D1DF (or 0x54D1DF) is unknown color: approx Medium Turquoise. HEX triplet: 54, D1 and DF. RGB value is (84,209,223). Sum of RGB (Red+Green+Blue) = 84+209+223=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #54D1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D1DF is #AB2E20. Grayscale: #ADADAD. Windows color (decimal): -11218465 or 14668116. OLE color: 14668116.

HSL color Cylindrical-coordinate representation of color #54D1DF: hue angle of 186.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54D1DF is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84209223-
CMYK0.620.0600.13
HSL186.04º68.47%60.2%-
HSV(B)186.04º62.33%87.45%-
XYZ39.7852.8177.91-
YUV173.22156.0964.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 16.28%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=16.28%
G=40.50%
B=43.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842092230.620.0600.13186.0468.4760.2
Hex54D1DF3E60Dba443c
Octal12432133776601527210474
Binary1010100110100011101111111111011001101101110101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54d1df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54d1df; }

 p { color: rgb(84,209,223); }

 H1.HeaderClassName
 {
   color: #54d1df;
 }
 .AnyTagClassName
 {
   color: #54d1df;
 }
</style>
background-color css

<style>
 a { background-color: #54d1df; }

 a { background-color: rgb(84,209,223); }

 div.DivClassName
 {
   background-color: #54d1df;
 }
 .BgClassName
 {
   background-color: #54d1df;
 }
</style>
border-color css

<style>
 span { border-color: #54d1df; }

 span { border-color: rgb(84,209,223); }

 td.TdClassName
 {
   border-color: #54d1df;
 }
 .TagClassName
 {
   border-color: #54d1df;
 }
</style>