Shades of Turquoise Blue #55CEEF
Tints of Turquoise Blue #55CEEF
RGB
CMYK
RGB Variations
Color information
#55CEEF (or 0x55CEEF) is known color: Turquoise Blue. HEX triplet: 55, CE and EF. RGB value is (85,206,239). Sum of RGB (Red+Green+Blue) = 85+206+239=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #55CEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEEF is #AA3110. Grayscale: #ADADAD. Windows color (decimal): -11153681 or 15715925. OLE color: 15715925.
HSL color Cylindrical-coordinate representation of color #55CEEF: hue angle of 192.86º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55CEEF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 206 | 239 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.06 |
| HSL | 192.86º | 0.83% | 0.64% | - |
| HSV(B) | 192.86º | 0.64% | 0.94% | - |
| XYZ | 41.4 | 52.31 | 89.58 | - |
| YUV | 173.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 239 | 0.64 | 0.14 | 0 | 0.06 | 192.86 | 0.83 | 0.64 |
| Hex | 55 | CE | EF | 40 | E | 0 | 6 | C1 | 53 | 40 |
| Octal | 125 | 316 | 357 | 100 | 16 | 0 | 6 | 301 | 123 | 100 |
| Binary | 1010101 | 11001110 | 11101111 | 1000000 | 1110 | 0 | 110 | 11000001 | 1010011 | 1000000 |
Color Harmonies of #55CEEF
Complementary color
Monochromatic Colors of #55CEEF
Black with #55CEEF
Text Example
Text Example
White with #55CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEEF; }
p { color: rgb(85,206,239); }
H1.HeaderClassName
{
color: #55CEEF;
}
.AnyTagClassName
{
color: #55CEEF;
}
</style>
background-color css
<style>
a { background-color: #55CEEF; }
a { background-color: rgb(85,206,239); }
div.DivClassName
{
background-color: #55CEEF;
}
.BgClassName
{
background-color: #55CEEF;
}
</style>
border-color css
<style>
span { border-color: #55CEEF; }
span { border-color: rgb(85,206,239); }
td.TdClassName
{
border-color: #55CEEF;
}
.TagClassName
{
border-color: #55CEEF;
}
</style>