Shades of Turquoise #55FDDB
Tints of Turquoise #55FDDB
RGB
CMYK
RGB Variations
Color information
#55FDDB (or 0x55FDDB) is known color: Turquoise. HEX triplet: 55, FD and DB. RGB value is (85,253,219). Sum of RGB (Red+Green+Blue) = 85+253+219=557 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.26% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDDB is #AA0224. Grayscale: #C6C6C6. Windows color (decimal): -11141669 or 14417237. OLE color: 14417237.
HSL color Cylindrical-coordinate representation of color #55FDDB: hue angle of 167.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDDB is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 219 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.01 |
| HSL | 167.86º | 0.98% | 0.66% | - |
| HSV(B) | 167.86º | 0.66% | 0.99% | - |
| XYZ | 51.66 | 77.3 | 79.21 | - |
| YUV | 198.89 | 139.34 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 219 | 0.66 | 0 | 0.13 | 0.01 | 167.86 | 0.98 | 0.66 |
| Hex | 55 | FD | DB | 42 | 0 | D | 1 | A8 | 62 | 42 |
| Octal | 125 | 375 | 333 | 102 | 0 | 15 | 1 | 250 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11011011 | 1000010 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000010 |
Color Harmonies of #55FDDB
Complementary color
Monochromatic Colors of #55FDDB
Black with #55FDDB
Text Example
Text Example
White with #55FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDDB; }
p { color: rgb(85,253,219); }
H1.HeaderClassName
{
color: #55FDDB;
}
.AnyTagClassName
{
color: #55FDDB;
}
</style>
background-color css
<style>
a { background-color: #55FDDB; }
a { background-color: rgb(85,253,219); }
div.DivClassName
{
background-color: #55FDDB;
}
.BgClassName
{
background-color: #55FDDB;
}
</style>
border-color css
<style>
span { border-color: #55FDDB; }
span { border-color: rgb(85,253,219); }
td.TdClassName
{
border-color: #55FDDB;
}
.TagClassName
{
border-color: #55FDDB;
}
</style>