#5FCEEF

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

Shades of Turquoise Blue #5FCEEF

Tints of Turquoise Blue #5FCEEF

Color information

#5FCEEF (or 0x5FCEEF) is unknown color: approx Turquoise Blue. HEX triplet: 5F, CE and EF. RGB value is (95,206,239). Sum of RGB (Red+Green+Blue) = 95+206+239=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCEEF is #A03110. Grayscale: #B0B0B0. Windows color (decimal): -10498321 or 15715935. OLE color: 15715935.

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

Color convert

RGB95206239-
CMYK0.600.1400.06
HSL193.75º81.82%65.49%-
HSV(B)193.75º60.25%93.73%-
XYZ42.3752.8189.62-
YUV176.57163.2369.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.59%
GREEN value IS 206 (80.86% from 255) = 38.15%
BLUE value IS 239 (93.75% from 255) = 44.26%
R=17.59%
G=38.15%
B=44.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952062390.600.1400.06193.7581.8265.49
Hex5FCEEF3CE06c25241
Octal137316357741606302122101
Binary10111111100111011101111111100111001101100001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,206,239); }

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

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

 a { background-color: rgb(95,206,239); }

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

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

 span { border-color: rgb(95,206,239); }

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