Shades of Turquoise #55FCDF
Tints of Turquoise #55FCDF
RGB
CMYK
RGB Variations
Color information
#55FCDF (or 0x55FCDF) is known color: Turquoise. HEX triplet: 55, FC and DF. RGB value is (85,252,223). Sum of RGB (Red+Green+Blue) = 85+252+223=560 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.18% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCDF is #AA0320. Grayscale: #C6C6C6. Windows color (decimal): -11141921 or 14679125. OLE color: 14679125.
HSL color Cylindrical-coordinate representation of color #55FCDF: hue angle of 169.58º 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 #55FCDF is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 252 | 223 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.01 |
| HSL | 169.58º | 0.97% | 0.66% | - |
| HSV(B) | 169.58º | 0.66% | 0.99% | - |
| XYZ | 51.88 | 76.88 | 81.92 | - |
| YUV | 198.76 | 141.67 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 252 | 223 | 0.66 | 0 | 0.12 | 0.01 | 169.58 | 0.97 | 0.66 |
| Hex | 55 | FC | DF | 42 | 0 | C | 1 | AA | 61 | 42 |
| Octal | 125 | 374 | 337 | 102 | 0 | 14 | 1 | 252 | 141 | 102 |
| Binary | 1010101 | 11111100 | 11011111 | 1000010 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000010 |
Color Harmonies of #55FCDF
Complementary color
Monochromatic Colors of #55FCDF
Black with #55FCDF
Text Example
Text Example
White with #55FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FCDF; }
p { color: rgb(85,252,223); }
H1.HeaderClassName
{
color: #55FCDF;
}
.AnyTagClassName
{
color: #55FCDF;
}
</style>
background-color css
<style>
a { background-color: #55FCDF; }
a { background-color: rgb(85,252,223); }
div.DivClassName
{
background-color: #55FCDF;
}
.BgClassName
{
background-color: #55FCDF;
}
</style>
border-color css
<style>
span { border-color: #55FCDF; }
span { border-color: rgb(85,252,223); }
td.TdClassName
{
border-color: #55FCDF;
}
.TagClassName
{
border-color: #55FCDF;
}
</style>