Shades of Turquoise Blue #55CEED
Tints of Turquoise Blue #55CEED
RGB
CMYK
RGB Variations
Color information
#55CEED (or 0x55CEED) is known color: Turquoise Blue. HEX triplet: 55, CE and ED. RGB value is (85,206,237). Sum of RGB (Red+Green+Blue) = 85+206+237=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #55CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEED is #AA3112. Grayscale: #ADADAD. Windows color (decimal): -11153683 or 15584853. OLE color: 15584853.
HSL color Cylindrical-coordinate representation of color #55CEED: hue angle of 192.24º degrees, saturation: 0.81, 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 #55CEED is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 206 | 237 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.07 |
| HSL | 192.24º | 0.81% | 0.63% | - |
| HSV(B) | 192.24º | 0.64% | 0.93% | - |
| XYZ | 41.1 | 52.19 | 88.03 | - |
| YUV | 173.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 237 | 0.64 | 0.13 | 0 | 0.07 | 192.24 | 0.81 | 0.63 |
| Hex | 55 | CE | ED | 40 | D | 0 | 7 | C0 | 51 | 3F |
| Octal | 125 | 316 | 355 | 100 | 15 | 0 | 7 | 300 | 121 | 77 |
| Binary | 1010101 | 11001110 | 11101101 | 1000000 | 1101 | 0 | 111 | 11000000 | 1010001 | 111111 |
Color Harmonies of #55CEED
Complementary color
Monochromatic Colors of #55CEED
Black with #55CEED
Text Example
Text Example
White with #55CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEED; }
p { color: rgb(85,206,237); }
H1.HeaderClassName
{
color: #55CEED;
}
.AnyTagClassName
{
color: #55CEED;
}
</style>
background-color css
<style>
a { background-color: #55CEED; }
a { background-color: rgb(85,206,237); }
div.DivClassName
{
background-color: #55CEED;
}
.BgClassName
{
background-color: #55CEED;
}
</style>
border-color css
<style>
span { border-color: #55CEED; }
span { border-color: rgb(85,206,237); }
td.TdClassName
{
border-color: #55CEED;
}
.TagClassName
{
border-color: #55CEED;
}
</style>