Shades of Turquoise #32EFD2
Tints of Turquoise #32EFD2
RGB
CMYK
RGB Variations
Color information
#32EFD2 (or 0x32EFD2) is known color: Turquoise. HEX triplet: 32, EF and D2. RGB value is (50,239,210). Sum of RGB (Red+Green+Blue) = 50+239+210=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFD2 is #CD102D. Grayscale: #B3B3B3. Windows color (decimal): -13439022 or 13823794. OLE color: 13823794.
HSL color Cylindrical-coordinate representation of color #32EFD2: hue angle of 170.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFD2 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 210 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.06 |
| HSL | 170.79º | 0.86% | 0.57% | - |
| HSV(B) | 170.79º | 0.79% | 0.94% | - |
| XYZ | 43.81 | 67.06 | 71.61 | - |
| YUV | 179.18 | 145.38 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 210 | 0.79 | 0 | 0.12 | 0.06 | 170.79 | 0.86 | 0.57 |
| Hex | 32 | EF | D2 | 4F | 0 | C | 6 | AB | 56 | 39 |
| Octal | 62 | 357 | 322 | 117 | 0 | 14 | 6 | 253 | 126 | 71 |
| Binary | 110010 | 11101111 | 11010010 | 1001111 | 0 | 1100 | 110 | 10101011 | 1010110 | 111001 |
Color Harmonies of #32EFD2
Complementary color
Monochromatic Colors of #32EFD2
Black with #32EFD2
Text Example
Text Example
White with #32EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFD2; }
p { color: rgb(50,239,210); }
H1.HeaderClassName
{
color: #32EFD2;
}
.AnyTagClassName
{
color: #32EFD2;
}
</style>
background-color css
<style>
a { background-color: #32EFD2; }
a { background-color: rgb(50,239,210); }
div.DivClassName
{
background-color: #32EFD2;
}
.BgClassName
{
background-color: #32EFD2;
}
</style>
border-color css
<style>
span { border-color: #32EFD2; }
span { border-color: rgb(50,239,210); }
td.TdClassName
{
border-color: #32EFD2;
}
.TagClassName
{
border-color: #32EFD2;
}
</style>