Shades of Turquoise Blue #55EEED
Tints of Turquoise Blue #55EEED
RGB
CMYK
RGB Variations
Color information
#55EEED (or 0x55EEED) is known color: Turquoise Blue. HEX triplet: 55, EE and ED. RGB value is (85,238,237). Sum of RGB (Red+Green+Blue) = 85+238+237=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEED is #AA1112. Grayscale: #BFBFBF. Windows color (decimal): -11145491 or 15593045. OLE color: 15593045.
HSL color Cylindrical-coordinate representation of color #55EEED: hue angle of 179.61º degrees, saturation: 0.82, 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 #55EEED is Cyan = 0.64, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 237 | - |
| CMYK | 0.64 | 0 | 0.00 | 0.07 |
| HSL | 179.61º | 0.82% | 0.63% | - |
| HSV(B) | 179.61º | 0.64% | 0.93% | - |
| XYZ | 49.61 | 69.19 | 90.86 | - |
| YUV | 192.14 | 153.31 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 237 | 0.64 | 0 | 0.00 | 0.07 | 179.61 | 0.82 | 0.63 |
| Hex | 55 | EE | ED | 40 | 0 | 0 | 7 | B4 | 52 | 3F |
| Octal | 125 | 356 | 355 | 100 | 0 | 0 | 7 | 264 | 122 | 77 |
| Binary | 1010101 | 11101110 | 11101101 | 1000000 | 0 | 0 | 111 | 10110100 | 1010010 | 111111 |
Color Harmonies of #55EEED
Complementary color
Monochromatic Colors of #55EEED
Black with #55EEED
Text Example
Text Example
White with #55EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEED; }
p { color: rgb(85,238,237); }
H1.HeaderClassName
{
color: #55EEED;
}
.AnyTagClassName
{
color: #55EEED;
}
</style>
background-color css
<style>
a { background-color: #55EEED; }
a { background-color: rgb(85,238,237); }
div.DivClassName
{
background-color: #55EEED;
}
.BgClassName
{
background-color: #55EEED;
}
</style>
border-color css
<style>
span { border-color: #55EEED; }
span { border-color: rgb(85,238,237); }
td.TdClassName
{
border-color: #55EEED;
}
.TagClassName
{
border-color: #55EEED;
}
</style>