Shades of Turquoise #32EFD4
Tints of Turquoise #32EFD4
RGB
CMYK
RGB Variations
Color information
#32EFD4 (or 0x32EFD4) is known color: Turquoise. HEX triplet: 32, EF and D4. RGB value is (50,239,212). Sum of RGB (Red+Green+Blue) = 50+239+212=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFD4 is #CD102B. Grayscale: #B3B3B3. Windows color (decimal): -13439020 or 13954866. OLE color: 13954866.
HSL color Cylindrical-coordinate representation of color #32EFD4: hue angle of 171.43º 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 #32EFD4 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 212 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.06 |
| HSL | 171.43º | 0.86% | 0.57% | - |
| HSV(B) | 171.43º | 0.79% | 0.94% | - |
| XYZ | 44.07 | 67.16 | 72.93 | - |
| YUV | 179.41 | 146.38 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 212 | 0.79 | 0 | 0.11 | 0.06 | 171.43 | 0.86 | 0.57 |
| Hex | 32 | EF | D4 | 4F | 0 | B | 6 | AB | 56 | 39 |
| Octal | 62 | 357 | 324 | 117 | 0 | 13 | 6 | 253 | 126 | 71 |
| Binary | 110010 | 11101111 | 11010100 | 1001111 | 0 | 1011 | 110 | 10101011 | 1010110 | 111001 |
Color Harmonies of #32EFD4
Complementary color
Monochromatic Colors of #32EFD4
Black with #32EFD4
Text Example
Text Example
White with #32EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFD4; }
p { color: rgb(50,239,212); }
H1.HeaderClassName
{
color: #32EFD4;
}
.AnyTagClassName
{
color: #32EFD4;
}
</style>
background-color css
<style>
a { background-color: #32EFD4; }
a { background-color: rgb(50,239,212); }
div.DivClassName
{
background-color: #32EFD4;
}
.BgClassName
{
background-color: #32EFD4;
}
</style>
border-color css
<style>
span { border-color: #32EFD4; }
span { border-color: rgb(50,239,212); }
td.TdClassName
{
border-color: #32EFD4;
}
.TagClassName
{
border-color: #32EFD4;
}
</style>