Shades of Turquoise #32F9CD
Tints of Turquoise #32F9CD
RGB
CMYK
RGB Variations
Color information
#32F9CD (or 0x32F9CD) is known color: Turquoise. HEX triplet: 32, F9 and CD. RGB value is (50,249,205). Sum of RGB (Red+Green+Blue) = 50+249+205=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F9CD is #CD0632. Grayscale: #B8B8B8. Windows color (decimal): -13436467 or 13498674. OLE color: 13498674.
HSL color Cylindrical-coordinate representation of color #32F9CD: hue angle of 166.73º 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 #32F9CD is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 205 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.02 |
| HSL | 166.73º | 0.94% | 0.59% | - |
| HSV(B) | 166.73º | 0.8% | 0.98% | - |
| XYZ | 46.21 | 72.84 | 69.38 | - |
| YUV | 184.48 | 139.57 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 205 | 0.80 | 0 | 0.18 | 0.02 | 166.73 | 0.94 | 0.59 |
| Hex | 32 | F9 | CD | 50 | 0 | 12 | 2 | A7 | 5E | 3B |
| Octal | 62 | 371 | 315 | 120 | 0 | 22 | 2 | 247 | 136 | 73 |
| Binary | 110010 | 11111001 | 11001101 | 1010000 | 0 | 10010 | 10 | 10100111 | 1011110 | 111011 |
Color Harmonies of #32F9CD
Complementary color
Monochromatic Colors of #32F9CD
Black with #32F9CD
Text Example
Text Example
White with #32F9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9CD; }
p { color: rgb(50,249,205); }
H1.HeaderClassName
{
color: #32F9CD;
}
.AnyTagClassName
{
color: #32F9CD;
}
</style>
background-color css
<style>
a { background-color: #32F9CD; }
a { background-color: rgb(50,249,205); }
div.DivClassName
{
background-color: #32F9CD;
}
.BgClassName
{
background-color: #32F9CD;
}
</style>
border-color css
<style>
span { border-color: #32F9CD; }
span { border-color: rgb(50,249,205); }
td.TdClassName
{
border-color: #32F9CD;
}
.TagClassName
{
border-color: #32F9CD;
}
</style>