#5FEAF2

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

Shades of Turquoise Blue #5FEAF2

Tints of Turquoise Blue #5FEAF2

Color information

#5FEAF2 (or 0x5FEAF2) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EA and F2. RGB value is (95,234,242). Sum of RGB (Red+Green+Blue) = 95+234+242=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #5FEAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEAF2 is #A0150D. Grayscale: #C1C1C1. Windows color (decimal): -10491150 or 15919711. OLE color: 15919711.

HSL color Cylindrical-coordinate representation of color #5FEAF2: hue angle of 183.27º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FEAF2 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB95234242-
CMYK0.610.0300.05
HSL183.27º84.97%66.08%-
HSV(B)183.27º60.74%94.9%-
XYZ50.1767.6994.43-
YUV193.35155.4557.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.64%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=16.64%
G=40.98%
B=42.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952342420.610.0300.05183.2784.9766.08
Hex5FEAF23D305b75542
Octal13735236275305267125102
Binary101111111101010111100101111011101011011011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,234,242); }

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

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

 a { background-color: rgb(95,234,242); }

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

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

 span { border-color: rgb(95,234,242); }

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