Shades of Turquoise #55EFCD
Tints of Turquoise #55EFCD
RGB
CMYK
RGB Variations
Color information
#55EFCD (or 0x55EFCD) is known color: Turquoise. HEX triplet: 55, EF and CD. RGB value is (85,239,205). Sum of RGB (Red+Green+Blue) = 85+239+205=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #55EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EFCD is #AA1032. Grayscale: #BDBDBD. Windows color (decimal): -11145267 or 13496149. OLE color: 13496149.
HSL color Cylindrical-coordinate representation of color #55EFCD: hue angle of 166.75º 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 #55EFCD is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 239 | 205 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.06 |
| HSL | 166.75º | 0.83% | 0.64% | - |
| HSV(B) | 166.75º | 0.64% | 0.94% | - |
| XYZ | 45.63 | 68.07 | 68.49 | - |
| YUV | 189.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 239 | 205 | 0.64 | 0 | 0.14 | 0.06 | 166.75 | 0.83 | 0.64 |
| Hex | 55 | EF | CD | 40 | 0 | E | 6 | A7 | 53 | 40 |
| Octal | 125 | 357 | 315 | 100 | 0 | 16 | 6 | 247 | 123 | 100 |
| Binary | 1010101 | 11101111 | 11001101 | 1000000 | 0 | 1110 | 110 | 10100111 | 1010011 | 1000000 |
Color Harmonies of #55EFCD
Complementary color
Monochromatic Colors of #55EFCD
Black with #55EFCD
Text Example
Text Example
White with #55EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EFCD; }
p { color: rgb(85,239,205); }
H1.HeaderClassName
{
color: #55EFCD;
}
.AnyTagClassName
{
color: #55EFCD;
}
</style>
background-color css
<style>
a { background-color: #55EFCD; }
a { background-color: rgb(85,239,205); }
div.DivClassName
{
background-color: #55EFCD;
}
.BgClassName
{
background-color: #55EFCD;
}
</style>
border-color css
<style>
span { border-color: #55EFCD; }
span { border-color: rgb(85,239,205); }
td.TdClassName
{
border-color: #55EFCD;
}
.TagClassName
{
border-color: #55EFCD;
}
</style>