Shades of Turquoise #55F3C0
Tints of Turquoise #55F3C0
RGB
CMYK
RGB Variations
Color information
#55F3C0 (or 0x55F3C0) is known color: Turquoise. HEX triplet: 55, F3 and C0. RGB value is (85,243,192). Sum of RGB (Red+Green+Blue) = 85+243+192=520 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.35% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F3C0 is #AA0C3F. Grayscale: #BDBDBD. Windows color (decimal): -11144256 or 12645205. OLE color: 12645205.
HSL color Cylindrical-coordinate representation of color #55F3C0: hue angle of 160.63º degrees, saturation: 0.87, 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 #55F3C0 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 192 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.05 |
| HSL | 160.63º | 0.87% | 0.64% | - |
| HSV(B) | 160.63º | 0.65% | 0.95% | - |
| XYZ | 45.31 | 69.84 | 60.96 | - |
| YUV | 189.94 | 129.15 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 192 | 0.65 | 0 | 0.21 | 0.05 | 160.63 | 0.87 | 0.64 |
| Hex | 55 | F3 | C0 | 41 | 0 | 15 | 5 | A1 | 57 | 40 |
| Octal | 125 | 363 | 300 | 101 | 0 | 25 | 5 | 241 | 127 | 100 |
| Binary | 1010101 | 11110011 | 11000000 | 1000001 | 0 | 10101 | 101 | 10100001 | 1010111 | 1000000 |
Color Harmonies of #55F3C0
Complementary color
Monochromatic Colors of #55F3C0
Black with #55F3C0
Text Example
Text Example
White with #55F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F3C0; }
p { color: rgb(85,243,192); }
H1.HeaderClassName
{
color: #55F3C0;
}
.AnyTagClassName
{
color: #55F3C0;
}
</style>
background-color css
<style>
a { background-color: #55F3C0; }
a { background-color: rgb(85,243,192); }
div.DivClassName
{
background-color: #55F3C0;
}
.BgClassName
{
background-color: #55F3C0;
}
</style>
border-color css
<style>
span { border-color: #55F3C0; }
span { border-color: rgb(85,243,192); }
td.TdClassName
{
border-color: #55F3C0;
}
.TagClassName
{
border-color: #55F3C0;
}
</style>