Shades of Turquoise #32FBC1
Tints of Turquoise #32FBC1
RGB
CMYK
RGB Variations
Color information
#32FBC1 (or 0x32FBC1) is known color: Turquoise. HEX triplet: 32, FB and C1. RGB value is (50,251,193). Sum of RGB (Red+Green+Blue) = 50+251+193=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBC1 is #CD043E. Grayscale: #B8B8B8. Windows color (decimal): -13435967 or 12712754. OLE color: 12712754.
HSL color Cylindrical-coordinate representation of color #32FBC1: hue angle of 162.69º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBC1 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 193 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 162.69º | 0.96% | 0.59% | - |
| HSV(B) | 162.69º | 0.8% | 0.98% | - |
| XYZ | 45.44 | 73.52 | 62.25 | - |
| YUV | 184.29 | 132.91 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 193 | 0.80 | 0 | 0.23 | 0.02 | 162.69 | 0.96 | 0.59 |
| Hex | 32 | FB | C1 | 50 | 0 | 17 | 2 | A3 | 60 | 3B |
| Octal | 62 | 373 | 301 | 120 | 0 | 27 | 2 | 243 | 140 | 73 |
| Binary | 110010 | 11111011 | 11000001 | 1010000 | 0 | 10111 | 10 | 10100011 | 1100000 | 111011 |
Color Harmonies of #32FBC1
Complementary color
Monochromatic Colors of #32FBC1
Black with #32FBC1
Text Example
Text Example
White with #32FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBC1; }
p { color: rgb(50,251,193); }
H1.HeaderClassName
{
color: #32FBC1;
}
.AnyTagClassName
{
color: #32FBC1;
}
</style>
background-color css
<style>
a { background-color: #32FBC1; }
a { background-color: rgb(50,251,193); }
div.DivClassName
{
background-color: #32FBC1;
}
.BgClassName
{
background-color: #32FBC1;
}
</style>
border-color css
<style>
span { border-color: #32FBC1; }
span { border-color: rgb(50,251,193); }
td.TdClassName
{
border-color: #32FBC1;
}
.TagClassName
{
border-color: #32FBC1;
}
</style>