Shades of Turquoise #32DFCF
Tints of Turquoise #32DFCF
RGB
CMYK
RGB Variations
Color information
#32DFCF (or 0x32DFCF) is known color: Turquoise. HEX triplet: 32, DF and CF. RGB value is (50,223,207). Sum of RGB (Red+Green+Blue) = 50+223+207=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #32DFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32DFCF is #CD2030. Grayscale: #A9A9A9. Windows color (decimal): -13443121 or 13623090. OLE color: 13623090.
HSL color Cylindrical-coordinate representation of color #32DFCF: hue angle of 174.45º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32DFCF is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 223 | 207 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.13 |
| HSL | 174.45º | 0.73% | 0.54% | - |
| HSV(B) | 174.45º | 0.78% | 0.87% | - |
| XYZ | 38.97 | 57.96 | 68.16 | - |
| YUV | 169.45 | 149.19 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 207 | 0.78 | 0 | 0.07 | 0.13 | 174.45 | 0.73 | 0.54 |
| Hex | 32 | DF | CF | 4E | 0 | 7 | D | AE | 49 | 36 |
| Octal | 62 | 337 | 317 | 116 | 0 | 7 | 15 | 256 | 111 | 66 |
| Binary | 110010 | 11011111 | 11001111 | 1001110 | 0 | 111 | 1101 | 10101110 | 1001001 | 110110 |
Color Harmonies of #32DFCF
Complementary color
Monochromatic Colors of #32DFCF
Black with #32DFCF
Text Example
Text Example
White with #32DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFCF; }
p { color: rgb(50,223,207); }
H1.HeaderClassName
{
color: #32DFCF;
}
.AnyTagClassName
{
color: #32DFCF;
}
</style>
background-color css
<style>
a { background-color: #32DFCF; }
a { background-color: rgb(50,223,207); }
div.DivClassName
{
background-color: #32DFCF;
}
.BgClassName
{
background-color: #32DFCF;
}
</style>
border-color css
<style>
span { border-color: #32DFCF; }
span { border-color: rgb(50,223,207); }
td.TdClassName
{
border-color: #32DFCF;
}
.TagClassName
{
border-color: #32DFCF;
}
</style>