#5FEAF1

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

Shades of Turquoise Blue #5FEAF1

Tints of Turquoise Blue #5FEAF1

Color information

#5FEAF1 (or 0x5FEAF1) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EA and F1. RGB value is (95,234,241). Sum of RGB (Red+Green+Blue) = 95+234+241=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FEAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEAF1 is #A0150E. Grayscale: #C1C1C1. Windows color (decimal): -10491151 or 15854175. OLE color: 15854175.

HSL color Cylindrical-coordinate representation of color #5FEAF1: hue angle of 182.88º degrees, saturation: 0.84, 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 #5FEAF1 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB95234241-
CMYK0.610.0300.05
HSL182.88º83.91%65.88%-
HSV(B)182.88º60.58%94.51%-
XYZ50.0267.6393.64-
YUV193.24154.9557.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.67%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=16.67%
G=41.05%
B=42.28%

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
Decimal952342410.610.0300.05182.8883.9165.88
Hex5FEAF13D305b75442
Octal13735236175305267124102
Binary101111111101010111100011111011101011011011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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