Shades of Turquoise #55F7DC
Tints of Turquoise #55F7DC
RGB
CMYK
RGB Variations
Color information
#55F7DC (or 0x55F7DC) is known color: Turquoise. HEX triplet: 55, F7 and DC. RGB value is (85,247,220). Sum of RGB (Red+Green+Blue) = 85+247+220=552 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.40% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F7DC is #AA0823. Grayscale: #C3C3C3. Windows color (decimal): -11143204 or 14481237. OLE color: 14481237.
HSL color Cylindrical-coordinate representation of color #55F7DC: hue angle of 170º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7DC is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 220 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.03 |
| HSL | 170º | 0.91% | 0.65% | - |
| HSV(B) | 170º | 0.66% | 0.97% | - |
| XYZ | 49.93 | 73.62 | 79.29 | - |
| YUV | 195.48 | 141.83 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 220 | 0.66 | 0 | 0.11 | 0.03 | 170 | 0.91 | 0.65 |
| Hex | 55 | F7 | DC | 42 | 0 | B | 3 | AA | 5B | 41 |
| Octal | 125 | 367 | 334 | 102 | 0 | 13 | 3 | 252 | 133 | 101 |
| Binary | 1010101 | 11110111 | 11011100 | 1000010 | 0 | 1011 | 11 | 10101010 | 1011011 | 1000001 |
Color Harmonies of #55F7DC
Complementary color
Monochromatic Colors of #55F7DC
Black with #55F7DC
Text Example
Text Example
White with #55F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7DC; }
p { color: rgb(85,247,220); }
H1.HeaderClassName
{
color: #55F7DC;
}
.AnyTagClassName
{
color: #55F7DC;
}
</style>
background-color css
<style>
a { background-color: #55F7DC; }
a { background-color: rgb(85,247,220); }
div.DivClassName
{
background-color: #55F7DC;
}
.BgClassName
{
background-color: #55F7DC;
}
</style>
border-color css
<style>
span { border-color: #55F7DC; }
span { border-color: rgb(85,247,220); }
td.TdClassName
{
border-color: #55F7DC;
}
.TagClassName
{
border-color: #55F7DC;
}
</style>