Shades of Turquoise #55F2D2
Tints of Turquoise #55F2D2
RGB
CMYK
RGB Variations
Color information
#55F2D2 (or 0x55F2D2) is known color: Turquoise. HEX triplet: 55, F2 and D2. RGB value is (85,242,210). Sum of RGB (Red+Green+Blue) = 85+242+210=537 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.83% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F2D2 is #AA0D2D. Grayscale: #BFBFBF. Windows color (decimal): -11144494 or 13824597. OLE color: 13824597.
HSL color Cylindrical-coordinate representation of color #55F2D2: hue angle of 167.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F2D2 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 210 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.05 |
| HSL | 167.77º | 0.86% | 0.64% | - |
| HSV(B) | 167.77º | 0.65% | 0.95% | - |
| XYZ | 47.13 | 70.09 | 72.02 | - |
| YUV | 191.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 210 | 0.65 | 0 | 0.13 | 0.05 | 167.77 | 0.86 | 0.64 |
| Hex | 55 | F2 | D2 | 41 | 0 | D | 5 | A8 | 56 | 40 |
| Octal | 125 | 362 | 322 | 101 | 0 | 15 | 5 | 250 | 126 | 100 |
| Binary | 1010101 | 11110010 | 11010010 | 1000001 | 0 | 1101 | 101 | 10101000 | 1010110 | 1000000 |
Color Harmonies of #55F2D2
Complementary color
Monochromatic Colors of #55F2D2
Black with #55F2D2
Text Example
Text Example
White with #55F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2D2; }
p { color: rgb(85,242,210); }
H1.HeaderClassName
{
color: #55F2D2;
}
.AnyTagClassName
{
color: #55F2D2;
}
</style>
background-color css
<style>
a { background-color: #55F2D2; }
a { background-color: rgb(85,242,210); }
div.DivClassName
{
background-color: #55F2D2;
}
.BgClassName
{
background-color: #55F2D2;
}
</style>
border-color css
<style>
span { border-color: #55F2D2; }
span { border-color: rgb(85,242,210); }
td.TdClassName
{
border-color: #55F2D2;
}
.TagClassName
{
border-color: #55F2D2;
}
</style>