#5fd7e0

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

Shades of Turquoise Blue #5FD7E0

Tints of Turquoise Blue #5FD7E0

Color information

#5FD7E0 (or 0x5FD7E0) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D7 and E0. RGB value is (95,215,224). Sum of RGB (Red+Green+Blue) = 95+215+224=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #5FD7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FD7E0 is #A0281F. Grayscale: #B3B3B3. Windows color (decimal): -10496032 or 14735199. OLE color: 14735199.

HSL color Cylindrical-coordinate representation of color #5FD7E0: hue angle of 184.19º 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 #5FD7E0 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95215224-
CMYK0.580.0400.12
HSL184.19º67.54%62.55%-
HSV(B)184.19º57.59%87.84%-
XYZ42.4756.4279.17-
YUV180.15152.7467.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.79%
GREEN value IS 215 (84.38% from 255) = 40.26%
BLUE value IS 224 (87.89% from 255) = 41.95%
R=17.79%
G=40.26%
B=41.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952152240.580.0400.12184.1967.5462.55
Hex5FD7E03A40Cb8443f
Octal13732734072401427010477
Binary1011111110101111110000011101010001100101110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd7e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,215,224); }

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

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

 a { background-color: rgb(95,215,224); }

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

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

 span { border-color: rgb(95,215,224); }

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