#5FF1D7

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

Shades of Turquoise #5FF1D7

Tints of Turquoise #5FF1D7

Color information

#5FF1D7 (or 0x5FF1D7) is unknown color: approx Turquoise. HEX triplet: 5F, F1 and D7. RGB value is (95,241,215). Sum of RGB (Red+Green+Blue) = 95+241+215=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF1D7 is #A00E28. Grayscale: #C2C2C2. Windows color (decimal): -10489385 or 14152031. OLE color: 14152031.

HSL color Cylindrical-coordinate representation of color #5FF1D7: hue angle of 169.32º 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 #5FF1D7 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB95241215-
CMYK0.6100.110.05
HSL169.32º83.91%65.88%-
HSV(B)169.32º60.58%94.51%-
XYZ48.4470.2575.3-
YUV194.38139.6357.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.24%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 215 (84.38% from 255) = 39.02%
R=17.24%
G=43.74%
B=39.02%

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
Decimal952412150.6100.110.05169.3283.9165.88
Hex5FF1D73D0B5a95442
Octal137361327750135251124102
Binary10111111111000111010111111101010111011010100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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