Shades of Turquoise #55FDDC
Tints of Turquoise #55FDDC
RGB
CMYK
RGB Variations
Color information
#55FDDC (or 0x55FDDC) is known color: Turquoise. HEX triplet: 55, FD and DC. RGB value is (85,253,220). Sum of RGB (Red+Green+Blue) = 85+253+220=558 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.23% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDDC is #AA0223. Grayscale: #C6C6C6. Windows color (decimal): -11141668 or 14482773. OLE color: 14482773.
HSL color Cylindrical-coordinate representation of color #55FDDC: hue angle of 168.21º 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 #55FDDC is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 220 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.01 |
| HSL | 168.21º | 0.98% | 0.66% | - |
| HSV(B) | 168.21º | 0.66% | 0.99% | - |
| XYZ | 51.79 | 77.35 | 79.91 | - |
| YUV | 199.01 | 139.84 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 220 | 0.66 | 0 | 0.13 | 0.01 | 168.21 | 0.98 | 0.66 |
| Hex | 55 | FD | DC | 42 | 0 | D | 1 | A8 | 62 | 42 |
| Octal | 125 | 375 | 334 | 102 | 0 | 15 | 1 | 250 | 142 | 102 |
| Binary | 1010101 | 11111101 | 11011100 | 1000010 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000010 |
Color Harmonies of #55FDDC
Complementary color
Monochromatic Colors of #55FDDC
Black with #55FDDC
Text Example
Text Example
White with #55FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDDC; }
p { color: rgb(85,253,220); }
H1.HeaderClassName
{
color: #55FDDC;
}
.AnyTagClassName
{
color: #55FDDC;
}
</style>
background-color css
<style>
a { background-color: #55FDDC; }
a { background-color: rgb(85,253,220); }
div.DivClassName
{
background-color: #55FDDC;
}
.BgClassName
{
background-color: #55FDDC;
}
</style>
border-color css
<style>
span { border-color: #55FDDC; }
span { border-color: rgb(85,253,220); }
td.TdClassName
{
border-color: #55FDDC;
}
.TagClassName
{
border-color: #55FDDC;
}
</style>