Shades of Turquoise #32F3BC
Tints of Turquoise #32F3BC
RGB
CMYK
RGB Variations
Color information
#32F3BC (or 0x32F3BC) is known color: Turquoise. HEX triplet: 32, F3 and BC. RGB value is (50,243,188). Sum of RGB (Red+Green+Blue) = 50+243+188=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #32F3BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F3BC is #CD0C43. Grayscale: #B3B3B3. Windows color (decimal): -13438020 or 12383026. OLE color: 12383026.
HSL color Cylindrical-coordinate representation of color #32F3BC: hue angle of 162.9º degrees, saturation: 0.89, 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 #32F3BC is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 188 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.05 |
| HSL | 162.9º | 0.89% | 0.57% | - |
| HSV(B) | 162.9º | 0.79% | 0.95% | - |
| XYZ | 42.44 | 68.41 | 58.54 | - |
| YUV | 179.02 | 133.06 | 35.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 188 | 0.79 | 0 | 0.23 | 0.05 | 162.9 | 0.89 | 0.57 |
| Hex | 32 | F3 | BC | 4F | 0 | 17 | 5 | A3 | 59 | 39 |
| Octal | 62 | 363 | 274 | 117 | 0 | 27 | 5 | 243 | 131 | 71 |
| Binary | 110010 | 11110011 | 10111100 | 1001111 | 0 | 10111 | 101 | 10100011 | 1011001 | 111001 |
Color Harmonies of #32F3BC
Complementary color
Monochromatic Colors of #32F3BC
Black with #32F3BC
Text Example
Text Example
White with #32F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F3BC; }
p { color: rgb(50,243,188); }
H1.HeaderClassName
{
color: #32F3BC;
}
.AnyTagClassName
{
color: #32F3BC;
}
</style>
background-color css
<style>
a { background-color: #32F3BC; }
a { background-color: rgb(50,243,188); }
div.DivClassName
{
background-color: #32F3BC;
}
.BgClassName
{
background-color: #32F3BC;
}
</style>
border-color css
<style>
span { border-color: #32F3BC; }
span { border-color: rgb(50,243,188); }
td.TdClassName
{
border-color: #32F3BC;
}
.TagClassName
{
border-color: #32F3BC;
}
</style>