Shades of Turquoise #32FAC3
Tints of Turquoise #32FAC3
RGB
CMYK
RGB Variations
Color information
#32FAC3 (or 0x32FAC3) is known color: Turquoise. HEX triplet: 32, FA and C3. RGB value is (50,250,195). Sum of RGB (Red+Green+Blue) = 50+250+195=495 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.10% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FAC3 is #CD053C. Grayscale: #B7B7B7. Windows color (decimal): -13436221 or 12843570. OLE color: 12843570.
HSL color Cylindrical-coordinate representation of color #32FAC3: hue angle of 163.5º degrees, saturation: 0.95, 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 #32FAC3 is Cyan = 0.8, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 195 | - |
| CMYK | 0.8 | 0 | 0.22 | 0.02 |
| HSL | 163.5º | 0.95% | 0.59% | - |
| HSV(B) | 163.5º | 0.8% | 0.98% | - |
| XYZ | 45.35 | 72.99 | 63.33 | - |
| YUV | 183.93 | 134.24 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 195 | 0.8 | 0 | 0.22 | 0.02 | 163.5 | 0.95 | 0.59 |
| Hex | 32 | FA | C3 | 50 | 0 | 16 | 2 | A4 | 5F | 3B |
| Octal | 62 | 372 | 303 | 120 | 0 | 26 | 2 | 244 | 137 | 73 |
| Binary | 110010 | 11111010 | 11000011 | 1010000 | 0 | 10110 | 10 | 10100100 | 1011111 | 111011 |
Color Harmonies of #32FAC3
Complementary color
Monochromatic Colors of #32FAC3
Black with #32FAC3
Text Example
Text Example
White with #32FAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAC3; }
p { color: rgb(50,250,195); }
H1.HeaderClassName
{
color: #32FAC3;
}
.AnyTagClassName
{
color: #32FAC3;
}
</style>
background-color css
<style>
a { background-color: #32FAC3; }
a { background-color: rgb(50,250,195); }
div.DivClassName
{
background-color: #32FAC3;
}
.BgClassName
{
background-color: #32FAC3;
}
</style>
border-color css
<style>
span { border-color: #32FAC3; }
span { border-color: rgb(50,250,195); }
td.TdClassName
{
border-color: #32FAC3;
}
.TagClassName
{
border-color: #32FAC3;
}
</style>