Shades of Turquoise #55FACD
Tints of Turquoise #55FACD
RGB
CMYK
RGB Variations
Color information
#55FACD (or 0x55FACD) is known color: Turquoise. HEX triplet: 55, FA and CD. RGB value is (85,250,205). Sum of RGB (Red+Green+Blue) = 85+250+205=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #55FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FACD is #AA0532. Grayscale: #C3C3C3. Windows color (decimal): -11142451 or 13498965. OLE color: 13498965.
HSL color Cylindrical-coordinate representation of color #55FACD: hue angle of 163.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FACD is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 205 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.02 |
| HSL | 163.64º | 0.94% | 0.66% | - |
| HSV(B) | 163.64º | 0.66% | 0.98% | - |
| XYZ | 48.95 | 74.71 | 69.6 | - |
| YUV | 195.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 205 | 0.66 | 0 | 0.18 | 0.02 | 163.64 | 0.94 | 0.66 |
| Hex | 55 | FA | CD | 42 | 0 | 12 | 2 | A4 | 5E | 42 |
| Octal | 125 | 372 | 315 | 102 | 0 | 22 | 2 | 244 | 136 | 102 |
| Binary | 1010101 | 11111010 | 11001101 | 1000010 | 0 | 10010 | 10 | 10100100 | 1011110 | 1000010 |
Color Harmonies of #55FACD
Complementary color
Monochromatic Colors of #55FACD
Black with #55FACD
Text Example
Text Example
White with #55FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FACD; }
p { color: rgb(85,250,205); }
H1.HeaderClassName
{
color: #55FACD;
}
.AnyTagClassName
{
color: #55FACD;
}
</style>
background-color css
<style>
a { background-color: #55FACD; }
a { background-color: rgb(85,250,205); }
div.DivClassName
{
background-color: #55FACD;
}
.BgClassName
{
background-color: #55FACD;
}
</style>
border-color css
<style>
span { border-color: #55FACD; }
span { border-color: rgb(85,250,205); }
td.TdClassName
{
border-color: #55FACD;
}
.TagClassName
{
border-color: #55FACD;
}
</style>