#5FE7D5

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

Shades of Turquoise #5FE7D5

Tints of Turquoise #5FE7D5

Color information

#5FE7D5 (or 0x5FE7D5) is unknown color: approx Turquoise. HEX triplet: 5F, E7 and D5. RGB value is (95,231,213). Sum of RGB (Red+Green+Blue) = 95+231+213=539 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.63% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE7D5 is #A0182A. Grayscale: #BCBCBC. Windows color (decimal): -10491947 or 14018399. OLE color: 14018399.

HSL color Cylindrical-coordinate representation of color #5FE7D5: hue angle of 172.06º 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 #5FE7D5 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB95231213-
CMYK0.5900.080.09
HSL172.06º73.91%63.92%-
HSV(B)172.06º58.87%90.59%-
XYZ45.3164.3972.99-
YUV188.28141.9461.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.63%
GREEN value IS 231 (90.62% from 255) = 42.86%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=17.63%
G=42.86%
B=39.52%

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
Decimal952312130.5900.080.09172.0673.9163.92
Hex5FE7D53B089ac4a40
Octal1373473257301011254112100
Binary101111111100111110101011110110100010011010110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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