#5FDAEA

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

Shades of Turquoise Blue #5FDAEA

Tints of Turquoise Blue #5FDAEA

Color information

#5FDAEA (or 0x5FDAEA) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DA and EA. RGB value is (95,218,234). Sum of RGB (Red+Green+Blue) = 95+218+234=547 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.37% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDAEA is #A02515. Grayscale: #B6B6B6. Windows color (decimal): -10495254 or 15391327. OLE color: 15391327.

HSL color Cylindrical-coordinate representation of color #5FDAEA: hue angle of 186.91º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDAEA is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95218234-
CMYK0.590.0700.08
HSL186.91º76.8%64.51%-
HSV(B)186.91º59.4%91.76%-
XYZ44.6458.5286.78-
YUV183.05156.7565.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.37%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=17.37%
G=39.85%
B=42.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952182340.590.0700.08186.9176.864.51
Hex5FDAEA3B708bb4d41
Octal137332352737010273115101
Binary10111111101101011101010111011111010001011101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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