Shades of Turquoise Blue #55DEEA
Tints of Turquoise Blue #55DEEA
RGB
CMYK
RGB Variations
Color information
#55DEEA (or 0x55DEEA) is known color: Turquoise Blue. HEX triplet: 55, DE and EA. RGB value is (85,222,234). Sum of RGB (Red+Green+Blue) = 85+222+234=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #55DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55DEEA is #AA2115. Grayscale: #B6B6B6. Windows color (decimal): -11149590 or 15392341. OLE color: 15392341.
HSL color Cylindrical-coordinate representation of color #55DEEA: hue angle of 184.83º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55DEEA is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 222 | 234 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.08 |
| HSL | 184.83º | 0.78% | 0.63% | - |
| HSV(B) | 184.83º | 0.64% | 0.92% | - |
| XYZ | 44.72 | 60.11 | 87.09 | - |
| YUV | 182.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 234 | 0.64 | 0.05 | 0 | 0.08 | 184.83 | 0.78 | 0.63 |
| Hex | 55 | DE | EA | 40 | 5 | 0 | 8 | B9 | 4E | 3F |
| Octal | 125 | 336 | 352 | 100 | 5 | 0 | 10 | 271 | 116 | 77 |
| Binary | 1010101 | 11011110 | 11101010 | 1000000 | 101 | 0 | 1000 | 10111001 | 1001110 | 111111 |
Color Harmonies of #55DEEA
Complementary color
Monochromatic Colors of #55DEEA
Black with #55DEEA
Text Example
Text Example
White with #55DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DEEA; }
p { color: rgb(85,222,234); }
H1.HeaderClassName
{
color: #55DEEA;
}
.AnyTagClassName
{
color: #55DEEA;
}
</style>
background-color css
<style>
a { background-color: #55DEEA; }
a { background-color: rgb(85,222,234); }
div.DivClassName
{
background-color: #55DEEA;
}
.BgClassName
{
background-color: #55DEEA;
}
</style>
border-color css
<style>
span { border-color: #55DEEA; }
span { border-color: rgb(85,222,234); }
td.TdClassName
{
border-color: #55DEEA;
}
.TagClassName
{
border-color: #55DEEA;
}
</style>