Shades of Turquoise Blue #55DEE9
Tints of Turquoise Blue #55DEE9
RGB
CMYK
RGB Variations
Color information
#55DEE9 (or 0x55DEE9) is known color: Turquoise Blue. HEX triplet: 55, DE and E9. RGB value is (85,222,233). Sum of RGB (Red+Green+Blue) = 85+222+233=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #55DEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DEE9 is #AA2116. Grayscale: #B6B6B6. Windows color (decimal): -11149591 or 15326805. OLE color: 15326805.
HSL color Cylindrical-coordinate representation of color #55DEE9: hue angle of 184.46º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DEE9 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 222 | 233 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.09 |
| HSL | 184.46º | 0.77% | 0.62% | - |
| HSV(B) | 184.46º | 0.64% | 0.91% | - |
| XYZ | 44.58 | 60.06 | 86.33 | - |
| YUV | 182.29 | 156.61 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 233 | 0.64 | 0.05 | 0 | 0.09 | 184.46 | 0.77 | 0.62 |
| Hex | 55 | DE | E9 | 40 | 5 | 0 | 9 | B8 | 4D | 3E |
| Octal | 125 | 336 | 351 | 100 | 5 | 0 | 11 | 270 | 115 | 76 |
| Binary | 1010101 | 11011110 | 11101001 | 1000000 | 101 | 0 | 1001 | 10111000 | 1001101 | 111110 |
Color Harmonies of #55DEE9
Complementary color
Monochromatic Colors of #55DEE9
Black with #55DEE9
Text Example
Text Example
White with #55DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEE9; }
p { color: rgb(85,222,233); }
H1.HeaderClassName
{
color: #55DEE9;
}
.AnyTagClassName
{
color: #55DEE9;
}
</style>
background-color css
<style>
a { background-color: #55DEE9; }
a { background-color: rgb(85,222,233); }
div.DivClassName
{
background-color: #55DEE9;
}
.BgClassName
{
background-color: #55DEE9;
}
</style>
border-color css
<style>
span { border-color: #55DEE9; }
span { border-color: rgb(85,222,233); }
td.TdClassName
{
border-color: #55DEE9;
}
.TagClassName
{
border-color: #55DEE9;
}
</style>