Shades of Turquoise #55FCD5
Tints of Turquoise #55FCD5
RGB
CMYK
RGB Variations
Color information
#55FCD5 (or 0x55FCD5) is known color: Turquoise. HEX triplet: 55, FC and D5. RGB value is (85,252,213). Sum of RGB (Red+Green+Blue) = 85+252+213=550 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.45% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCD5 is #AA032A. Grayscale: #C5C5C5. Windows color (decimal): -11141931 or 14023765. OLE color: 14023765.
HSL color Cylindrical-coordinate representation of color #55FCD5: hue angle of 165.99º degrees, saturation: 0.97, 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 #55FCD5 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 213 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.01 |
| HSL | 165.99º | 0.97% | 0.66% | - |
| HSV(B) | 165.99º | 0.66% | 0.99% | - |
| XYZ | 50.57 | 76.36 | 75.02 | - |
| YUV | 197.62 | 136.67 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 213 | 0.66 | 0 | 0.15 | 0.01 | 165.99 | 0.97 | 0.66 |
| Hex | 55 | FC | D5 | 42 | 0 | F | 1 | A6 | 61 | 42 |
| Octal | 125 | 374 | 325 | 102 | 0 | 17 | 1 | 246 | 141 | 102 |
| Binary | 1010101 | 11111100 | 11010101 | 1000010 | 0 | 1111 | 1 | 10100110 | 1100001 | 1000010 |
Color Harmonies of #55FCD5
Complementary color
Monochromatic Colors of #55FCD5
Black with #55FCD5
Text Example
Text Example
White with #55FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCD5; }
p { color: rgb(85,252,213); }
H1.HeaderClassName
{
color: #55FCD5;
}
.AnyTagClassName
{
color: #55FCD5;
}
</style>
background-color css
<style>
a { background-color: #55FCD5; }
a { background-color: rgb(85,252,213); }
div.DivClassName
{
background-color: #55FCD5;
}
.BgClassName
{
background-color: #55FCD5;
}
</style>
border-color css
<style>
span { border-color: #55FCD5; }
span { border-color: rgb(85,252,213); }
td.TdClassName
{
border-color: #55FCD5;
}
.TagClassName
{
border-color: #55FCD5;
}
</style>