#5FE9D1

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

Shades of Turquoise #5FE9D1

Tints of Turquoise #5FE9D1

Color information

#5FE9D1 (or 0x5FE9D1) is unknown color: approx Turquoise. HEX triplet: 5F, E9 and D1. RGB value is (95,233,209). Sum of RGB (Red+Green+Blue) = 95+233+209=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE9D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE9D1 is #A0162E. Grayscale: #BCBCBC. Windows color (decimal): -10491439 or 13756767. OLE color: 13756767.

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

Color convert

RGB95233209-
CMYK0.5900.100.09
HSL169.57º75.82%64.31%-
HSV(B)169.57º59.23%91.37%-
XYZ45.3765.3170.54-
YUV189139.2860.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.69%
GREEN value IS 233 (91.41% from 255) = 43.39%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=17.69%
G=43.39%
B=38.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952332090.5900.100.09169.5775.8264.31
Hex5FE9D13B0A9aa4c40
Octal1373513217301211252114100
Binary101111111101001110100011110110101010011010101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,233,209); }

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

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

 a { background-color: rgb(95,233,209); }

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

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

 span { border-color: rgb(95,233,209); }

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