#5FF1D6

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

Shades of Turquoise #5FF1D6

Tints of Turquoise #5FF1D6

Color information

#5FF1D6 (or 0x5FF1D6) is unknown color: approx Turquoise. HEX triplet: 5F, F1 and D6. RGB value is (95,241,214). Sum of RGB (Red+Green+Blue) = 95+241+214=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF1D6 is #A00E29. Grayscale: #C2C2C2. Windows color (decimal): -10489386 or 14086495. OLE color: 14086495.

HSL color Cylindrical-coordinate representation of color #5FF1D6: hue angle of 168.9º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF1D6 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB95241214-
CMYK0.6100.110.05
HSL168.9º83.91%65.88%-
HSV(B)168.9º60.58%94.51%-
XYZ48.3170.274.62-
YUV194.27139.1357.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.27%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 214 (83.98% from 255) = 38.91%
R=17.27%
G=43.82%
B=38.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952412140.6100.110.05168.983.9165.88
Hex5FF1D63D0B5a95442
Octal137361326750135251124102
Binary10111111111000111010110111101010111011010100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,241,214); }

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

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

 a { background-color: rgb(95,241,214); }

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

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

 span { border-color: rgb(95,241,214); }

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