Shades of Turquoise #55E9DF
Tints of Turquoise #55E9DF
RGB
CMYK
RGB Variations
Color information
#55E9DF (or 0x55E9DF) is known color: Turquoise. HEX triplet: 55, E9 and DF. RGB value is (85,233,223). Sum of RGB (Red+Green+Blue) = 85+233+223=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55E9DF is #AA1620. Grayscale: #BBBBBB. Windows color (decimal): -11146785 or 14674261. OLE color: 14674261.
HSL color Cylindrical-coordinate representation of color #55E9DF: hue angle of 175.95º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9DF is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 223 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.09 |
| HSL | 175.95º | 0.77% | 0.62% | - |
| HSV(B) | 175.95º | 0.64% | 0.91% | - |
| XYZ | 46.2 | 65.54 | 80.03 | - |
| YUV | 187.61 | 147.97 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 223 | 0.64 | 0 | 0.04 | 0.09 | 175.95 | 0.77 | 0.62 |
| Hex | 55 | E9 | DF | 40 | 0 | 4 | 9 | B0 | 4D | 3E |
| Octal | 125 | 351 | 337 | 100 | 0 | 4 | 11 | 260 | 115 | 76 |
| Binary | 1010101 | 11101001 | 11011111 | 1000000 | 0 | 100 | 1001 | 10110000 | 1001101 | 111110 |
Color Harmonies of #55E9DF
Complementary color
Monochromatic Colors of #55E9DF
Black with #55E9DF
Text Example
Text Example
White with #55E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9DF; }
p { color: rgb(85,233,223); }
H1.HeaderClassName
{
color: #55E9DF;
}
.AnyTagClassName
{
color: #55E9DF;
}
</style>
background-color css
<style>
a { background-color: #55E9DF; }
a { background-color: rgb(85,233,223); }
div.DivClassName
{
background-color: #55E9DF;
}
.BgClassName
{
background-color: #55E9DF;
}
</style>
border-color css
<style>
span { border-color: #55E9DF; }
span { border-color: rgb(85,233,223); }
td.TdClassName
{
border-color: #55E9DF;
}
.TagClassName
{
border-color: #55E9DF;
}
</style>