Shades of Turquoise #55EACF
Tints of Turquoise #55EACF
RGB
CMYK
RGB Variations
Color information
#55EACF (or 0x55EACF) is known color: Turquoise. HEX triplet: 55, EA and CF. RGB value is (85,234,207). Sum of RGB (Red+Green+Blue) = 85+234+207=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #55EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EACF is #AA1530. Grayscale: #BABABA. Windows color (decimal): -11146545 or 13625941. OLE color: 13625941.
HSL color Cylindrical-coordinate representation of color #55EACF: hue angle of 169.13º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EACF is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 207 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.08 |
| HSL | 169.13º | 0.78% | 0.63% | - |
| HSV(B) | 169.13º | 0.64% | 0.92% | - |
| XYZ | 44.43 | 65.28 | 69.29 | - |
| YUV | 186.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 207 | 0.64 | 0 | 0.12 | 0.08 | 169.13 | 0.78 | 0.63 |
| Hex | 55 | EA | CF | 40 | 0 | C | 8 | A9 | 4E | 3F |
| Octal | 125 | 352 | 317 | 100 | 0 | 14 | 10 | 251 | 116 | 77 |
| Binary | 1010101 | 11101010 | 11001111 | 1000000 | 0 | 1100 | 1000 | 10101001 | 1001110 | 111111 |
Color Harmonies of #55EACF
Complementary color
Monochromatic Colors of #55EACF
Black with #55EACF
Text Example
Text Example
White with #55EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EACF; }
p { color: rgb(85,234,207); }
H1.HeaderClassName
{
color: #55EACF;
}
.AnyTagClassName
{
color: #55EACF;
}
</style>
background-color css
<style>
a { background-color: #55EACF; }
a { background-color: rgb(85,234,207); }
div.DivClassName
{
background-color: #55EACF;
}
.BgClassName
{
background-color: #55EACF;
}
</style>
border-color css
<style>
span { border-color: #55EACF; }
span { border-color: rgb(85,234,207); }
td.TdClassName
{
border-color: #55EACF;
}
.TagClassName
{
border-color: #55EACF;
}
</style>