Shades of Turquoise Blue #55CEEE
Tints of Turquoise Blue #55CEEE
RGB
CMYK
RGB Variations
Color information
#55CEEE (or 0x55CEEE) is known color: Turquoise Blue. HEX triplet: 55, CE and EE. RGB value is (85,206,238). Sum of RGB (Red+Green+Blue) = 85+206+238=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #55CEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEEE is #AA3111. Grayscale: #ADADAD. Windows color (decimal): -11153682 or 15650389. OLE color: 15650389.
HSL color Cylindrical-coordinate representation of color #55CEEE: hue angle of 192.55º degrees, saturation: 0.82, 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 #55CEEE is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 206 | 238 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.07 |
| HSL | 192.55º | 0.82% | 0.63% | - |
| HSV(B) | 192.55º | 0.64% | 0.93% | - |
| XYZ | 41.25 | 52.25 | 88.8 | - |
| YUV | 173.47 | 164.41 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 238 | 0.64 | 0.13 | 0 | 0.07 | 192.55 | 0.82 | 0.63 |
| Hex | 55 | CE | EE | 40 | D | 0 | 7 | C1 | 52 | 3F |
| Octal | 125 | 316 | 356 | 100 | 15 | 0 | 7 | 301 | 122 | 77 |
| Binary | 1010101 | 11001110 | 11101110 | 1000000 | 1101 | 0 | 111 | 11000001 | 1010010 | 111111 |
Color Harmonies of #55CEEE
Complementary color
Monochromatic Colors of #55CEEE
Black with #55CEEE
Text Example
Text Example
White with #55CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEEE; }
p { color: rgb(85,206,238); }
H1.HeaderClassName
{
color: #55CEEE;
}
.AnyTagClassName
{
color: #55CEEE;
}
</style>
background-color css
<style>
a { background-color: #55CEEE; }
a { background-color: rgb(85,206,238); }
div.DivClassName
{
background-color: #55CEEE;
}
.BgClassName
{
background-color: #55CEEE;
}
</style>
border-color css
<style>
span { border-color: #55CEEE; }
span { border-color: rgb(85,206,238); }
td.TdClassName
{
border-color: #55CEEE;
}
.TagClassName
{
border-color: #55CEEE;
}
</style>