#5FECF0

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

Shades of Turquoise Blue #5FECF0

Tints of Turquoise Blue #5FECF0

Color information

#5FECF0 (or 0x5FECF0) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EC and F0. RGB value is (95,236,240). Sum of RGB (Red+Green+Blue) = 95+236+240=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FECF0 is #A0130F. Grayscale: #C2C2C2. Windows color (decimal): -10490640 or 15789151. OLE color: 15789151.

HSL color Cylindrical-coordinate representation of color #5FECF0: hue angle of 181.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FECF0 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB95236240-
CMYK0.600.0200.06
HSL181.66º82.86%65.69%-
HSV(B)181.66º60.42%94.12%-
XYZ50.4468.7293.04-
YUV194.3153.7957.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.64%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=16.64%
G=41.33%
B=42.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952362400.600.0200.06181.6682.8665.69
Hex5FECF03C206b65342
Octal13735436074206266123102
Binary101111111101100111100001111001001101011011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,236,240); }

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

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

 a { background-color: rgb(95,236,240); }

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

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

 span { border-color: rgb(95,236,240); }

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