Shades of Turquoise #55EFDF
Tints of Turquoise #55EFDF
RGB
CMYK
RGB Variations
Color information
#55EFDF (or 0x55EFDF) is known color: Turquoise. HEX triplet: 55, EF and DF. RGB value is (85,239,223). Sum of RGB (Red+Green+Blue) = 85+239+223=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFDF is #AA1020. Grayscale: #BFBFBF. Windows color (decimal): -11145249 or 14675797. OLE color: 14675797.
HSL color Cylindrical-coordinate representation of color #55EFDF: hue angle of 173.77º 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 #55EFDF is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 223 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.06 |
| HSL | 173.77º | 0.83% | 0.64% | - |
| HSV(B) | 173.77º | 0.64% | 0.94% | - |
| XYZ | 47.93 | 68.99 | 80.6 | - |
| YUV | 191.13 | 145.98 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 223 | 0.64 | 0 | 0.07 | 0.06 | 173.77 | 0.83 | 0.64 |
| Hex | 55 | EF | DF | 40 | 0 | 7 | 6 | AE | 53 | 40 |
| Octal | 125 | 357 | 337 | 100 | 0 | 7 | 6 | 256 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11011111 | 1000000 | 0 | 111 | 110 | 10101110 | 1010011 | 1000000 |
Color Harmonies of #55EFDF
Complementary color
Monochromatic Colors of #55EFDF
Black with #55EFDF
Text Example
Text Example
White with #55EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFDF; }
p { color: rgb(85,239,223); }
H1.HeaderClassName
{
color: #55EFDF;
}
.AnyTagClassName
{
color: #55EFDF;
}
</style>
background-color css
<style>
a { background-color: #55EFDF; }
a { background-color: rgb(85,239,223); }
div.DivClassName
{
background-color: #55EFDF;
}
.BgClassName
{
background-color: #55EFDF;
}
</style>
border-color css
<style>
span { border-color: #55EFDF; }
span { border-color: rgb(85,239,223); }
td.TdClassName
{
border-color: #55EFDF;
}
.TagClassName
{
border-color: #55EFDF;
}
</style>