Shades of Turquoise #55EFDA
Tints of Turquoise #55EFDA
RGB
CMYK
RGB Variations
Color information
#55EFDA (or 0x55EFDA) is known color: Turquoise. HEX triplet: 55, EF and DA. RGB value is (85,239,218). Sum of RGB (Red+Green+Blue) = 85+239+218=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFDA is #AA1025. Grayscale: #BEBEBE. Windows color (decimal): -11145254 or 14348117. OLE color: 14348117.
HSL color Cylindrical-coordinate representation of color #55EFDA: hue angle of 171.82º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EFDA is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 218 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.06 |
| HSL | 171.82º | 0.83% | 0.64% | - |
| HSV(B) | 171.82º | 0.64% | 0.94% | - |
| XYZ | 47.27 | 68.73 | 77.1 | - |
| YUV | 190.56 | 143.48 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 218 | 0.64 | 0 | 0.09 | 0.06 | 171.82 | 0.83 | 0.64 |
| Hex | 55 | EF | DA | 40 | 0 | 9 | 6 | AC | 53 | 40 |
| Octal | 125 | 357 | 332 | 100 | 0 | 11 | 6 | 254 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11011010 | 1000000 | 0 | 1001 | 110 | 10101100 | 1010011 | 1000000 |
Color Harmonies of #55EFDA
Complementary color
Monochromatic Colors of #55EFDA
Black with #55EFDA
Text Example
Text Example
White with #55EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFDA; }
p { color: rgb(85,239,218); }
H1.HeaderClassName
{
color: #55EFDA;
}
.AnyTagClassName
{
color: #55EFDA;
}
</style>
background-color css
<style>
a { background-color: #55EFDA; }
a { background-color: rgb(85,239,218); }
div.DivClassName
{
background-color: #55EFDA;
}
.BgClassName
{
background-color: #55EFDA;
}
</style>
border-color css
<style>
span { border-color: #55EFDA; }
span { border-color: rgb(85,239,218); }
td.TdClassName
{
border-color: #55EFDA;
}
.TagClassName
{
border-color: #55EFDA;
}
</style>