Shades of Turquoise #32D0DA
Tints of Turquoise #32D0DA
RGB
CMYK
RGB Variations
Color information
#32D0DA (or 0x32D0DA) is known color: Turquoise. HEX triplet: 32, D0 and DA. RGB value is (50,208,218). Sum of RGB (Red+Green+Blue) = 50+208+218=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #32D0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D0DA is #CD2F25. Grayscale: #A1A1A1. Windows color (decimal): -13446950 or 14340146. OLE color: 14340146.
HSL color Cylindrical-coordinate representation of color #32D0DA: hue angle of 183.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D0DA is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 208 | 218 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.15 |
| HSL | 183.57º | 0.69% | 0.53% | - |
| HSV(B) | 183.57º | 0.77% | 0.85% | - |
| XYZ | 36.53 | 50.85 | 74.22 | - |
| YUV | 161.9 | 159.65 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 218 | 0.77 | 0.05 | 0 | 0.15 | 183.57 | 0.69 | 0.53 |
| Hex | 32 | D0 | DA | 4D | 5 | 0 | F | B8 | 45 | 35 |
| Octal | 62 | 320 | 332 | 115 | 5 | 0 | 17 | 270 | 105 | 65 |
| Binary | 110010 | 11010000 | 11011010 | 1001101 | 101 | 0 | 1111 | 10111000 | 1000101 | 110101 |
Color Harmonies of #32D0DA
Complementary color
Monochromatic Colors of #32D0DA
Black with #32D0DA
Text Example
Text Example
White with #32D0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D0DA; }
p { color: rgb(50,208,218); }
H1.HeaderClassName
{
color: #32D0DA;
}
.AnyTagClassName
{
color: #32D0DA;
}
</style>
background-color css
<style>
a { background-color: #32D0DA; }
a { background-color: rgb(50,208,218); }
div.DivClassName
{
background-color: #32D0DA;
}
.BgClassName
{
background-color: #32D0DA;
}
</style>
border-color css
<style>
span { border-color: #32D0DA; }
span { border-color: rgb(50,208,218); }
td.TdClassName
{
border-color: #32D0DA;
}
.TagClassName
{
border-color: #32D0DA;
}
</style>