Shades of Turquoise #55EEE5
Tints of Turquoise #55EEE5
RGB
CMYK
RGB Variations
Color information
#55EEE5 (or 0x55EEE5) is known color: Turquoise. HEX triplet: 55, EE and E5. RGB value is (85,238,229). Sum of RGB (Red+Green+Blue) = 85+238+229=552 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.40% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #55EEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EEE5 is #AA111A. Grayscale: #BFBFBF. Windows color (decimal): -11145499 or 15068757. OLE color: 15068757.
HSL color Cylindrical-coordinate representation of color #55EEE5: hue angle of 176.47º 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 #55EEE5 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 238 | 229 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.07 |
| HSL | 176.47º | 0.82% | 0.63% | - |
| HSV(B) | 176.47º | 0.64% | 0.93% | - |
| XYZ | 48.46 | 68.74 | 84.84 | - |
| YUV | 191.23 | 149.31 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 238 | 229 | 0.64 | 0 | 0.04 | 0.07 | 176.47 | 0.82 | 0.63 |
| Hex | 55 | EE | E5 | 40 | 0 | 4 | 7 | B0 | 52 | 3F |
| Octal | 125 | 356 | 345 | 100 | 0 | 4 | 7 | 260 | 122 | 77 |
| Binary | 1010101 | 11101110 | 11100101 | 1000000 | 0 | 100 | 111 | 10110000 | 1010010 | 111111 |
Color Harmonies of #55EEE5
Complementary color
Monochromatic Colors of #55EEE5
Black with #55EEE5
Text Example
Text Example
White with #55EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EEE5; }
p { color: rgb(85,238,229); }
H1.HeaderClassName
{
color: #55EEE5;
}
.AnyTagClassName
{
color: #55EEE5;
}
</style>
background-color css
<style>
a { background-color: #55EEE5; }
a { background-color: rgb(85,238,229); }
div.DivClassName
{
background-color: #55EEE5;
}
.BgClassName
{
background-color: #55EEE5;
}
</style>
border-color css
<style>
span { border-color: #55EEE5; }
span { border-color: rgb(85,238,229); }
td.TdClassName
{
border-color: #55EEE5;
}
.TagClassName
{
border-color: #55EEE5;
}
</style>