Shades of Turquoise Blue #55CEEC
Tints of Turquoise Blue #55CEEC
RGB
CMYK
RGB Variations
Color information
#55CEEC (or 0x55CEEC) is known color: Turquoise Blue. HEX triplet: 55, CE and EC. RGB value is (85,206,236). Sum of RGB (Red+Green+Blue) = 85+206+236=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #55CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEEC is #AA3113. Grayscale: #ADADAD. Windows color (decimal): -11153684 or 15519317. OLE color: 15519317.
HSL color Cylindrical-coordinate representation of color #55CEEC: hue angle of 191.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CEEC is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 206 | 236 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.07 |
| HSL | 191.92º | 0.8% | 0.63% | - |
| HSV(B) | 191.92º | 0.64% | 0.93% | - |
| XYZ | 40.96 | 52.13 | 87.26 | - |
| YUV | 173.24 | 163.41 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 236 | 0.64 | 0.13 | 0 | 0.07 | 191.92 | 0.8 | 0.63 |
| Hex | 55 | CE | EC | 40 | D | 0 | 7 | C0 | 50 | 3F |
| Octal | 125 | 316 | 354 | 100 | 15 | 0 | 7 | 300 | 120 | 77 |
| Binary | 1010101 | 11001110 | 11101100 | 1000000 | 1101 | 0 | 111 | 11000000 | 1010000 | 111111 |
Color Harmonies of #55CEEC
Complementary color
Monochromatic Colors of #55CEEC
Black with #55CEEC
Text Example
Text Example
White with #55CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEEC; }
p { color: rgb(85,206,236); }
H1.HeaderClassName
{
color: #55CEEC;
}
.AnyTagClassName
{
color: #55CEEC;
}
</style>
background-color css
<style>
a { background-color: #55CEEC; }
a { background-color: rgb(85,206,236); }
div.DivClassName
{
background-color: #55CEEC;
}
.BgClassName
{
background-color: #55CEEC;
}
</style>
border-color css
<style>
span { border-color: #55CEEC; }
span { border-color: rgb(85,206,236); }
td.TdClassName
{
border-color: #55CEEC;
}
.TagClassName
{
border-color: #55CEEC;
}
</style>