Shades of Turquoise #32FAD3
Tints of Turquoise #32FAD3
RGB
CMYK
RGB Variations
Color information
#32FAD3 (or 0x32FAD3) is known color: Turquoise. HEX triplet: 32, FA and D3. RGB value is (50,250,211). Sum of RGB (Red+Green+Blue) = 50+250+211=511 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.78% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FAD3 is #CD052C. Grayscale: #B9B9B9. Windows color (decimal): -13436205 or 13892146. OLE color: 13892146.
HSL color Cylindrical-coordinate representation of color #32FAD3: hue angle of 168.3º 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 #32FAD3 is Cyan = 0.8, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 211 | - |
| CMYK | 0.8 | 0 | 0.16 | 0.02 |
| HSL | 168.3º | 0.95% | 0.59% | - |
| HSV(B) | 168.3º | 0.8% | 0.98% | - |
| XYZ | 47.26 | 73.75 | 73.37 | - |
| YUV | 185.75 | 142.24 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 211 | 0.8 | 0 | 0.16 | 0.02 | 168.3 | 0.95 | 0.59 |
| Hex | 32 | FA | D3 | 50 | 0 | 10 | 2 | A8 | 5F | 3B |
| Octal | 62 | 372 | 323 | 120 | 0 | 20 | 2 | 250 | 137 | 73 |
| Binary | 110010 | 11111010 | 11010011 | 1010000 | 0 | 10000 | 10 | 10101000 | 1011111 | 111011 |
Color Harmonies of #32FAD3
Complementary color
Monochromatic Colors of #32FAD3
Black with #32FAD3
Text Example
Text Example
White with #32FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAD3; }
p { color: rgb(50,250,211); }
H1.HeaderClassName
{
color: #32FAD3;
}
.AnyTagClassName
{
color: #32FAD3;
}
</style>
background-color css
<style>
a { background-color: #32FAD3; }
a { background-color: rgb(50,250,211); }
div.DivClassName
{
background-color: #32FAD3;
}
.BgClassName
{
background-color: #32FAD3;
}
</style>
border-color css
<style>
span { border-color: #32FAD3; }
span { border-color: rgb(50,250,211); }
td.TdClassName
{
border-color: #32FAD3;
}
.TagClassName
{
border-color: #32FAD3;
}
</style>