Shades of Turquoise #32F9DA
Tints of Turquoise #32F9DA
RGB
CMYK
RGB Variations
Color information
#32F9DA (or 0x32F9DA) is known color: Turquoise. HEX triplet: 32, F9 and DA. RGB value is (50,249,218). Sum of RGB (Red+Green+Blue) = 50+249+218=517 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.67% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F9DA is #CD0625. Grayscale: #B9B9B9. Windows color (decimal): -13436454 or 14350642. OLE color: 14350642.
HSL color Cylindrical-coordinate representation of color #32F9DA: hue angle of 170.65º degrees, saturation: 0.94, 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 #32F9DA is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 218 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.02 |
| HSL | 170.65º | 0.94% | 0.59% | - |
| HSV(B) | 170.65º | 0.8% | 0.98% | - |
| XYZ | 47.85 | 73.49 | 77.99 | - |
| YUV | 185.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 218 | 0.80 | 0 | 0.12 | 0.02 | 170.65 | 0.94 | 0.59 |
| Hex | 32 | F9 | DA | 50 | 0 | C | 2 | AB | 5E | 3B |
| Octal | 62 | 371 | 332 | 120 | 0 | 14 | 2 | 253 | 136 | 73 |
| Binary | 110010 | 11111001 | 11011010 | 1010000 | 0 | 1100 | 10 | 10101011 | 1011110 | 111011 |
Color Harmonies of #32F9DA
Complementary color
Monochromatic Colors of #32F9DA
Black with #32F9DA
Text Example
Text Example
White with #32F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9DA; }
p { color: rgb(50,249,218); }
H1.HeaderClassName
{
color: #32F9DA;
}
.AnyTagClassName
{
color: #32F9DA;
}
</style>
background-color css
<style>
a { background-color: #32F9DA; }
a { background-color: rgb(50,249,218); }
div.DivClassName
{
background-color: #32F9DA;
}
.BgClassName
{
background-color: #32F9DA;
}
</style>
border-color css
<style>
span { border-color: #32F9DA; }
span { border-color: rgb(50,249,218); }
td.TdClassName
{
border-color: #32F9DA;
}
.TagClassName
{
border-color: #32F9DA;
}
</style>