Shades of Turquoise Blue #55E7EE
Tints of Turquoise Blue #55E7EE
RGB
CMYK
RGB Variations
Color information
#55E7EE (or 0x55E7EE) is known color: Turquoise Blue. HEX triplet: 55, E7 and EE. RGB value is (85,231,238). Sum of RGB (Red+Green+Blue) = 85+231+238=554 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.34% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #55E7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55E7EE is #AA1811. Grayscale: #BBBBBB. Windows color (decimal): -11147282 or 15656789. OLE color: 15656789.
HSL color Cylindrical-coordinate representation of color #55E7EE: hue angle of 182.75º 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 #55E7EE is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 231 | 238 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.07 |
| HSL | 182.75º | 0.82% | 0.63% | - |
| HSV(B) | 182.75º | 0.64% | 0.93% | - |
| XYZ | 47.75 | 65.26 | 90.97 | - |
| YUV | 188.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 238 | 0.64 | 0.03 | 0 | 0.07 | 182.75 | 0.82 | 0.63 |
| Hex | 55 | E7 | EE | 40 | 3 | 0 | 7 | B7 | 52 | 3F |
| Octal | 125 | 347 | 356 | 100 | 3 | 0 | 7 | 267 | 122 | 77 |
| Binary | 1010101 | 11100111 | 11101110 | 1000000 | 11 | 0 | 111 | 10110111 | 1010010 | 111111 |
Color Harmonies of #55E7EE
Complementary color
Monochromatic Colors of #55E7EE
Black with #55E7EE
Text Example
Text Example
White with #55E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E7EE; }
p { color: rgb(85,231,238); }
H1.HeaderClassName
{
color: #55E7EE;
}
.AnyTagClassName
{
color: #55E7EE;
}
</style>
background-color css
<style>
a { background-color: #55E7EE; }
a { background-color: rgb(85,231,238); }
div.DivClassName
{
background-color: #55E7EE;
}
.BgClassName
{
background-color: #55E7EE;
}
</style>
border-color css
<style>
span { border-color: #55E7EE; }
span { border-color: rgb(85,231,238); }
td.TdClassName
{
border-color: #55E7EE;
}
.TagClassName
{
border-color: #55E7EE;
}
</style>