Shades of Turquoise Blue #5FCEEF
Tints of Turquoise Blue #5FCEEF
RGB
CMYK
RGB Variations
Color information
#5FCEEF (or 0x5FCEEF) is known color: 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
| RGB | 95 | 206 | 239 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.06 |
| HSL | 193.75º | 0.82% | 0.65% | - |
| HSV(B) | 193.75º | 0.6% | 0.94% | - |
| XYZ | 42.37 | 52.81 | 89.62 | - |
| YUV | 176.57 | 163.23 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 239 | 0.60 | 0.14 | 0 | 0.06 | 193.75 | 0.82 | 0.65 |
| Hex | 5F | CE | EF | 3C | E | 0 | 6 | C2 | 52 | 41 |
| Octal | 137 | 316 | 357 | 74 | 16 | 0 | 6 | 302 | 122 | 101 |
| Binary | 1011111 | 11001110 | 11101111 | 111100 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000001 |
Color Harmonies of #5FCEEF
Complementary color
Monochromatic Colors of #5FCEEF
Black with #5FCEEF
Text Example
Text Example
White with #5FCEEF
Text Example
Text Example
HTML Codes & Css Web 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>