Shades of Turquoise Blue #55EEE6
Tints of Turquoise Blue #55EEE6
RGB
CMYK
RGB Variations
Color information
#55EEE6 (or 0x55EEE6) is known color: Turquoise Blue. HEX triplet: 55, EE and E6. RGB value is (85,238,230). Sum of RGB (Red+Green+Blue) = 85+238+230=553 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.37% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EEE6 is #AA1119. Grayscale: #BFBFBF. Windows color (decimal): -11145498 or 15134293. OLE color: 15134293.
HSL color Cylindrical-coordinate representation of color #55EEE6: hue angle of 176.86º 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 #55EEE6 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 230 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.07 |
| HSL | 176.86º | 0.82% | 0.63% | - |
| HSV(B) | 176.86º | 0.64% | 0.93% | - |
| XYZ | 48.6 | 68.79 | 85.58 | - |
| YUV | 191.34 | 149.81 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 230 | 0.64 | 0 | 0.03 | 0.07 | 176.86 | 0.82 | 0.63 |
| Hex | 55 | EE | E6 | 40 | 0 | 3 | 7 | B1 | 52 | 3F |
| Octal | 125 | 356 | 346 | 100 | 0 | 3 | 7 | 261 | 122 | 77 |
| Binary | 1010101 | 11101110 | 11100110 | 1000000 | 0 | 11 | 111 | 10110001 | 1010010 | 111111 |
Color Harmonies of #55EEE6
Complementary color
Monochromatic Colors of #55EEE6
Black with #55EEE6
Text Example
Text Example
White with #55EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEE6; }
p { color: rgb(85,238,230); }
H1.HeaderClassName
{
color: #55EEE6;
}
.AnyTagClassName
{
color: #55EEE6;
}
</style>
background-color css
<style>
a { background-color: #55EEE6; }
a { background-color: rgb(85,238,230); }
div.DivClassName
{
background-color: #55EEE6;
}
.BgClassName
{
background-color: #55EEE6;
}
</style>
border-color css
<style>
span { border-color: #55EEE6; }
span { border-color: rgb(85,238,230); }
td.TdClassName
{
border-color: #55EEE6;
}
.TagClassName
{
border-color: #55EEE6;
}
</style>