#5DF0CC

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

Shades of Turquoise #5DF0CC

Tints of Turquoise #5DF0CC

Color information

#5DF0CC (or 0x5DF0CC) is unknown color: approx Turquoise. HEX triplet: 5D, F0 and CC. RGB value is (93,240,204). Sum of RGB (Red+Green+Blue) = 93+240+204=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #5DF0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF0CC is #A20F33. Grayscale: #BFBFBF. Windows color (decimal): -10620724 or 13430877. OLE color: 13430877.

HSL color Cylindrical-coordinate representation of color #5DF0CC: hue angle of 165.31º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF0CC is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB93240204-
CMYK0.6100.150.06
HSL165.31º83.05%65.29%-
HSV(B)165.31º61.25%94.12%-
XYZ46.5769.0167.99-
YUV191.94134.857.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.32%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=17.32%
G=44.69%
B=37.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932402040.6100.150.06165.3183.0565.29
Hex5DF0CC3D0F6a55341
Octal135360314750176245123101
Binary10111011111000011001100111101011111101010010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DF0CC; }

 p { color: rgb(93,240,204); }

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

<style>
 a { background-color: #5DF0CC; }

 a { background-color: rgb(93,240,204); }

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

<style>
 span { border-color: #5DF0CC; }

 span { border-color: rgb(93,240,204); }

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