#5FE5D5

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

Shades of Turquoise Blue #5FE5D5

Tints of Turquoise Blue #5FE5D5

Color information

#5FE5D5 (or 0x5FE5D5) is unknown color: approx Turquoise Blue. HEX triplet: 5F, E5 and D5. RGB value is (95,229,213). Sum of RGB (Red+Green+Blue) = 95+229+213=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5D5 is #A01A2A. Grayscale: #BBBBBB. Windows color (decimal): -10492459 or 14017887. OLE color: 14017887.

HSL color Cylindrical-coordinate representation of color #5FE5D5: hue angle of 172.84º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5D5 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB95229213-
CMYK0.5900.070.10
HSL172.84º72.04%63.53%-
HSV(B)172.84º58.52%89.8%-
XYZ44.7563.2872.81-
YUV187.11142.6162.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.69%
GREEN value IS 229 (89.84% from 255) = 42.64%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=17.69%
G=42.64%
B=39.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal952292130.5900.070.10172.8472.0463.53
Hex5FE5D53B07Aad4840
Octal137345325730712255110100
Binary10111111110010111010101111011011110101010110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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