Shades of Turquoise #55F3C2
Tints of Turquoise #55F3C2
RGB
CMYK
RGB Variations
Color information
#55F3C2 (or 0x55F3C2) is known color: Turquoise. HEX triplet: 55, F3 and C2. RGB value is (85,243,194). Sum of RGB (Red+Green+Blue) = 85+243+194=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F3C2 is #AA0C3D. Grayscale: #BEBEBE. Windows color (decimal): -11144254 or 12776277. OLE color: 12776277.
HSL color Cylindrical-coordinate representation of color #55F3C2: hue angle of 161.39º 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 #55F3C2 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 194 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.05 |
| HSL | 161.39º | 0.87% | 0.64% | - |
| HSV(B) | 161.39º | 0.65% | 0.95% | - |
| XYZ | 45.53 | 69.93 | 62.14 | - |
| YUV | 190.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 194 | 0.65 | 0 | 0.20 | 0.05 | 161.39 | 0.87 | 0.64 |
| Hex | 55 | F3 | C2 | 41 | 0 | 14 | 5 | A1 | 57 | 40 |
| Octal | 125 | 363 | 302 | 101 | 0 | 24 | 5 | 241 | 127 | 100 |
| Binary | 1010101 | 11110011 | 11000010 | 1000001 | 0 | 10100 | 101 | 10100001 | 1010111 | 1000000 |
Color Harmonies of #55F3C2
Complementary color
Monochromatic Colors of #55F3C2
Black with #55F3C2
Text Example
Text Example
White with #55F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F3C2; }
p { color: rgb(85,243,194); }
H1.HeaderClassName
{
color: #55F3C2;
}
.AnyTagClassName
{
color: #55F3C2;
}
</style>
background-color css
<style>
a { background-color: #55F3C2; }
a { background-color: rgb(85,243,194); }
div.DivClassName
{
background-color: #55F3C2;
}
.BgClassName
{
background-color: #55F3C2;
}
</style>
border-color css
<style>
span { border-color: #55F3C2; }
span { border-color: rgb(85,243,194); }
td.TdClassName
{
border-color: #55F3C2;
}
.TagClassName
{
border-color: #55F3C2;
}
</style>