#5FDAE0

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

Shades of Turquoise Blue #5FDAE0

Tints of Turquoise Blue #5FDAE0

Color information

#5FDAE0 (or 0x5FDAE0) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DA and E0. RGB value is (95,218,224). Sum of RGB (Red+Green+Blue) = 95+218+224=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #5FDAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDAE0 is #A0251F. Grayscale: #B5B5B5. Windows color (decimal): -10495264 or 14735967. OLE color: 14735967.

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

Color convert

RGB95218224-
CMYK0.580.0300.12
HSL182.79º67.54%62.55%-
HSV(B)182.79º57.59%87.84%-
XYZ43.2557.9679.43-
YUV181.91151.7566.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.69%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=17.69%
G=40.60%
B=41.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952182240.580.0300.12182.7967.5462.55
Hex5FDAE03A30Cb7443f
Octal13733234072301426710477
Binary101111111011010111000001110101101100101101111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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