Shades of Turquoise #32F2C1
Tints of Turquoise #32F2C1
RGB
CMYK
RGB Variations
Color information
#32F2C1 (or 0x32F2C1) is known color: Turquoise. HEX triplet: 32, F2 and C1. RGB value is (50,242,193). Sum of RGB (Red+Green+Blue) = 50+242+193=485 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.31% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #32F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F2C1 is #CD0D3E. Grayscale: #B3B3B3. Windows color (decimal): -13438271 or 12710450. OLE color: 12710450.
HSL color Cylindrical-coordinate representation of color #32F2C1: hue angle of 164.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F2C1 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 193 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.05 |
| HSL | 164.69º | 0.88% | 0.57% | - |
| HSV(B) | 164.69º | 0.79% | 0.95% | - |
| XYZ | 42.69 | 68.03 | 61.33 | - |
| YUV | 179.01 | 135.89 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 193 | 0.79 | 0 | 0.20 | 0.05 | 164.69 | 0.88 | 0.57 |
| Hex | 32 | F2 | C1 | 4F | 0 | 14 | 5 | A5 | 58 | 39 |
| Octal | 62 | 362 | 301 | 117 | 0 | 24 | 5 | 245 | 130 | 71 |
| Binary | 110010 | 11110010 | 11000001 | 1001111 | 0 | 10100 | 101 | 10100101 | 1011000 | 111001 |
Color Harmonies of #32F2C1
Complementary color
Monochromatic Colors of #32F2C1
Black with #32F2C1
Text Example
Text Example
White with #32F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F2C1; }
p { color: rgb(50,242,193); }
H1.HeaderClassName
{
color: #32F2C1;
}
.AnyTagClassName
{
color: #32F2C1;
}
</style>
background-color css
<style>
a { background-color: #32F2C1; }
a { background-color: rgb(50,242,193); }
div.DivClassName
{
background-color: #32F2C1;
}
.BgClassName
{
background-color: #32F2C1;
}
</style>
border-color css
<style>
span { border-color: #32F2C1; }
span { border-color: rgb(50,242,193); }
td.TdClassName
{
border-color: #32F2C1;
}
.TagClassName
{
border-color: #32F2C1;
}
</style>