#5fd5e1

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

Shades of Turquoise Blue #5FD5E1

Tints of Turquoise Blue #5FD5E1

Color information

#5FD5E1 (or 0x5FD5E1) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D5 and E1. RGB value is (95,213,225). Sum of RGB (Red+Green+Blue) = 95+213+225=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FD5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD5E1 is #A02A1E. Grayscale: #B2B2B2. Windows color (decimal): -10496543 or 14800223. OLE color: 14800223.

HSL color Cylindrical-coordinate representation of color #5FD5E1: hue angle of 185.54º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FD5E1 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95213225-
CMYK0.580.0500.12
HSL185.54º68.42%62.75%-
HSV(B)185.54º57.78%88.24%-
XYZ42.155.4679.72-
YUV179.09153.9168.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.82%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=17.82%
G=39.96%
B=42.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952132250.580.0500.12185.5468.4262.75
Hex5FD5E13A50Cba443f
Octal13732534172501427210477
Binary1011111110101011110000111101010101100101110101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd5e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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