#5FE7D4

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

Shades of Turquoise #5FE7D4

Tints of Turquoise #5FE7D4

Color information

#5FE7D4 (or 0x5FE7D4) is unknown color: approx Turquoise. HEX triplet: 5F, E7 and D4. RGB value is (95,231,212). Sum of RGB (Red+Green+Blue) = 95+231+212=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE7D4 is #A0182B. Grayscale: #BCBCBC. Windows color (decimal): -10491948 or 13952863. OLE color: 13952863.

HSL color Cylindrical-coordinate representation of color #5FE7D4: hue angle of 171.62º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE7D4 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB95231212-
CMYK0.5900.080.09
HSL171.62º73.91%63.92%-
HSV(B)171.62º58.87%90.59%-
XYZ45.1864.3472.32-
YUV188.17141.4461.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.66%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=17.66%
G=42.94%
B=39.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952312120.5900.080.09171.6273.9163.92
Hex5FE7D43B089ac4a40
Octal1373473247301011254112100
Binary101111111100111110101001110110100010011010110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,231,212); }

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

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

 a { background-color: rgb(95,231,212); }

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

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

 span { border-color: rgb(95,231,212); }

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