Shades of Turquoise Blue #55DDEF
Tints of Turquoise Blue #55DDEF
RGB
CMYK
RGB Variations
Color information
#55DDEF (or 0x55DDEF) is known color: Turquoise Blue. HEX triplet: 55, DD and EF. RGB value is (85,221,239). Sum of RGB (Red+Green+Blue) = 85+221+239=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #55DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DDEF is #AA2210. Grayscale: #B6B6B6. Windows color (decimal): -11149841 or 15719765. OLE color: 15719765.
HSL color Cylindrical-coordinate representation of color #55DDEF: hue angle of 187.01º 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 #55DDEF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 221 | 239 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.06 |
| HSL | 187.01º | 0.83% | 0.64% | - |
| HSV(B) | 187.01º | 0.64% | 0.94% | - |
| XYZ | 45.18 | 59.88 | 90.84 | - |
| YUV | 182.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 239 | 0.64 | 0.08 | 0 | 0.06 | 187.01 | 0.83 | 0.64 |
| Hex | 55 | DD | EF | 40 | 8 | 0 | 6 | BB | 53 | 40 |
| Octal | 125 | 335 | 357 | 100 | 10 | 0 | 6 | 273 | 123 | 100 |
| Binary | 1010101 | 11011101 | 11101111 | 1000000 | 1000 | 0 | 110 | 10111011 | 1010011 | 1000000 |
Color Harmonies of #55DDEF
Complementary color
Monochromatic Colors of #55DDEF
Black with #55DDEF
Text Example
Text Example
White with #55DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDEF; }
p { color: rgb(85,221,239); }
H1.HeaderClassName
{
color: #55DDEF;
}
.AnyTagClassName
{
color: #55DDEF;
}
</style>
background-color css
<style>
a { background-color: #55DDEF; }
a { background-color: rgb(85,221,239); }
div.DivClassName
{
background-color: #55DDEF;
}
.BgClassName
{
background-color: #55DDEF;
}
</style>
border-color css
<style>
span { border-color: #55DDEF; }
span { border-color: rgb(85,221,239); }
td.TdClassName
{
border-color: #55DDEF;
}
.TagClassName
{
border-color: #55DDEF;
}
</style>