Shades of Turquoise #55FFD2
Tints of Turquoise #55FFD2
RGB
CMYK
RGB Variations
Color information
#55FFD2 (or 0x55FFD2) is known color: Turquoise. HEX triplet: 55, FF and D2. RGB value is (85,255,210). Sum of RGB (Red+Green+Blue) = 85+255+210=550 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.45% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 210 (82.42% from 255 or 38.18% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FFD2 is #AA002D. Grayscale: #C7C7C7. Windows color (decimal): -11141166 or 13827925. OLE color: 13827925.
HSL color Cylindrical-coordinate representation of color #55FFD2: hue angle of 164.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFD2 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 210 | - |
| CMYK | 0.67 | 0 | 0.18 | 0 |
| HSL | 164.12º | 1% | 0.67% | - |
| HSV(B) | 164.12º | 0.67% | 1% | - |
| XYZ | 51.14 | 78.1 | 73.35 | - |
| YUV | 199.04 | 134.18 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 210 | 0.67 | 0 | 0.18 | 0 | 164.12 | 1 | 0.67 |
| Hex | 55 | FF | D2 | 43 | 0 | 12 | 0 | A4 | 64 | 43 |
| Octal | 125 | 377 | 322 | 103 | 0 | 22 | 0 | 244 | 144 | 103 |
| Binary | 1010101 | 11111111 | 11010010 | 1000011 | 0 | 10010 | 0 | 10100100 | 1100100 | 1000011 |
Color Harmonies of #55FFD2
Complementary color
Monochromatic Colors of #55FFD2
Black with #55FFD2
Text Example
Text Example
White with #55FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFD2; }
p { color: rgb(85,255,210); }
H1.HeaderClassName
{
color: #55FFD2;
}
.AnyTagClassName
{
color: #55FFD2;
}
</style>
background-color css
<style>
a { background-color: #55FFD2; }
a { background-color: rgb(85,255,210); }
div.DivClassName
{
background-color: #55FFD2;
}
.BgClassName
{
background-color: #55FFD2;
}
</style>
border-color css
<style>
span { border-color: #55FFD2; }
span { border-color: rgb(85,255,210); }
td.TdClassName
{
border-color: #55FFD2;
}
.TagClassName
{
border-color: #55FFD2;
}
</style>