Shades of Turquoise Blue #5FCEEA
Tints of Turquoise Blue #5FCEEA
RGB
CMYK
RGB Variations
Color information
#5FCEEA (or 0x5FCEEA) is known color: Turquoise Blue. HEX triplet: 5F, CE and EA. RGB value is (95,206,234). Sum of RGB (Red+Green+Blue) = 95+206+234=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FCEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCEEA is #A03115. Grayscale: #AFAFAF. Windows color (decimal): -10498326 or 15388255. OLE color: 15388255.
HSL color Cylindrical-coordinate representation of color #5FCEEA: hue angle of 192.09º 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 #5FCEEA is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 206 | 234 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.08 |
| HSL | 192.09º | 0.77% | 0.65% | - |
| HSV(B) | 192.09º | 0.59% | 0.92% | - |
| XYZ | 41.64 | 52.52 | 85.78 | - |
| YUV | 176 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 234 | 0.59 | 0.12 | 0 | 0.08 | 192.09 | 0.77 | 0.65 |
| Hex | 5F | CE | EA | 3B | C | 0 | 8 | C0 | 4D | 41 |
| Octal | 137 | 316 | 352 | 73 | 14 | 0 | 10 | 300 | 115 | 101 |
| Binary | 1011111 | 11001110 | 11101010 | 111011 | 1100 | 0 | 1000 | 11000000 | 1001101 | 1000001 |
Color Harmonies of #5FCEEA
Complementary color
Monochromatic Colors of #5FCEEA
Black with #5FCEEA
Text Example
Text Example
White with #5FCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEEA; }
p { color: rgb(95,206,234); }
H1.HeaderClassName
{
color: #5FCEEA;
}
.AnyTagClassName
{
color: #5FCEEA;
}
</style>
background-color css
<style>
a { background-color: #5FCEEA; }
a { background-color: rgb(95,206,234); }
div.DivClassName
{
background-color: #5FCEEA;
}
.BgClassName
{
background-color: #5FCEEA;
}
</style>
border-color css
<style>
span { border-color: #5FCEEA; }
span { border-color: rgb(95,206,234); }
td.TdClassName
{
border-color: #5FCEEA;
}
.TagClassName
{
border-color: #5FCEEA;
}
</style>