Shades of Turquoise #55F7DB
Tints of Turquoise #55F7DB
RGB
CMYK
RGB Variations
Color information
#55F7DB (or 0x55F7DB) is known color: Turquoise. HEX triplet: 55, F7 and DB. RGB value is (85,247,219). Sum of RGB (Red+Green+Blue) = 85+247+219=551 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.43% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F7DB is #AA0824. Grayscale: #C3C3C3. Windows color (decimal): -11143205 or 14415701. OLE color: 14415701.
HSL color Cylindrical-coordinate representation of color #55F7DB: hue angle of 169.63º 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 #55F7DB is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 219 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.03 |
| HSL | 169.63º | 0.91% | 0.65% | - |
| HSV(B) | 169.63º | 0.66% | 0.97% | - |
| XYZ | 49.79 | 73.57 | 78.59 | - |
| YUV | 195.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 219 | 0.66 | 0 | 0.11 | 0.03 | 169.63 | 0.91 | 0.65 |
| Hex | 55 | F7 | DB | 42 | 0 | B | 3 | AA | 5B | 41 |
| Octal | 125 | 367 | 333 | 102 | 0 | 13 | 3 | 252 | 133 | 101 |
| Binary | 1010101 | 11110111 | 11011011 | 1000010 | 0 | 1011 | 11 | 10101010 | 1011011 | 1000001 |
Color Harmonies of #55F7DB
Complementary color
Monochromatic Colors of #55F7DB
Black with #55F7DB
Text Example
Text Example
White with #55F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F7DB; }
p { color: rgb(85,247,219); }
H1.HeaderClassName
{
color: #55F7DB;
}
.AnyTagClassName
{
color: #55F7DB;
}
</style>
background-color css
<style>
a { background-color: #55F7DB; }
a { background-color: rgb(85,247,219); }
div.DivClassName
{
background-color: #55F7DB;
}
.BgClassName
{
background-color: #55F7DB;
}
</style>
border-color css
<style>
span { border-color: #55F7DB; }
span { border-color: rgb(85,247,219); }
td.TdClassName
{
border-color: #55F7DB;
}
.TagClassName
{
border-color: #55F7DB;
}
</style>