Shades of Turquoise Blue #55DDFF
Tints of Turquoise Blue #55DDFF
RGB
CMYK
RGB Variations
Color information
#55DDFF (or 0x55DDFF) is known color: Turquoise Blue. HEX triplet: 55, DD and FF. RGB value is (85,221,255). Sum of RGB (Red+Green+Blue) = 85+221+255=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #55DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDFF is #AA2200. Grayscale: #B7B7B7. Windows color (decimal): -11149825 or 16768341. OLE color: 16768341.
HSL color Cylindrical-coordinate representation of color #55DDFF: hue angle of 192º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55DDFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 221 | 255 | - |
| CMYK | 0.67 | 0.13 | 0 | 0 |
| HSL | 192º | 1% | 0.67% | - |
| HSV(B) | 192º | 0.67% | 1% | - |
| XYZ | 47.65 | 60.86 | 103.84 | - |
| YUV | 184.21 | 167.94 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 255 | 0.67 | 0.13 | 0 | 0 | 192 | 1 | 0.67 |
| Hex | 55 | DD | FF | 43 | D | 0 | 0 | C0 | 64 | 43 |
| Octal | 125 | 335 | 377 | 103 | 15 | 0 | 0 | 300 | 144 | 103 |
| Binary | 1010101 | 11011101 | 11111111 | 1000011 | 1101 | 0 | 0 | 11000000 | 1100100 | 1000011 |
Color Harmonies of #55DDFF
Complementary color
Monochromatic Colors of #55DDFF
Black with #55DDFF
Text Example
Text Example
White with #55DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDFF; }
p { color: rgb(85,221,255); }
H1.HeaderClassName
{
color: #55DDFF;
}
.AnyTagClassName
{
color: #55DDFF;
}
</style>
background-color css
<style>
a { background-color: #55DDFF; }
a { background-color: rgb(85,221,255); }
div.DivClassName
{
background-color: #55DDFF;
}
.BgClassName
{
background-color: #55DDFF;
}
</style>
border-color css
<style>
span { border-color: #55DDFF; }
span { border-color: rgb(85,221,255); }
td.TdClassName
{
border-color: #55DDFF;
}
.TagClassName
{
border-color: #55DDFF;
}
</style>