Shades of Medium Turquoise #32CFDE
Tints of Medium Turquoise #32CFDE
RGB
CMYK
RGB Variations
Color information
#32CFDE (or 0x32CFDE) is known color: Medium Turquoise. HEX triplet: 32, CF and DE. RGB value is (50,207,222). Sum of RGB (Red+Green+Blue) = 50+207+222=479 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.44% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #32CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFDE is #CD3021. Grayscale: #A1A1A1. Windows color (decimal): -13447202 or 14602034. OLE color: 14602034.
HSL color Cylindrical-coordinate representation of color #32CFDE: hue angle of 185.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32CFDE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 207 | 222 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.13 |
| HSL | 185.23º | 0.72% | 0.53% | - |
| HSV(B) | 185.23º | 0.77% | 0.87% | - |
| XYZ | 36.81 | 50.58 | 76.93 | - |
| YUV | 161.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 222 | 0.77 | 0.07 | 0 | 0.13 | 185.23 | 0.72 | 0.53 |
| Hex | 32 | CF | DE | 4D | 7 | 0 | D | B9 | 48 | 35 |
| Octal | 62 | 317 | 336 | 115 | 7 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110010 | 11001111 | 11011110 | 1001101 | 111 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #32CFDE
Complementary color
Monochromatic Colors of #32CFDE
Black with #32CFDE
Text Example
Text Example
White with #32CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFDE; }
p { color: rgb(50,207,222); }
H1.HeaderClassName
{
color: #32CFDE;
}
.AnyTagClassName
{
color: #32CFDE;
}
</style>
background-color css
<style>
a { background-color: #32CFDE; }
a { background-color: rgb(50,207,222); }
div.DivClassName
{
background-color: #32CFDE;
}
.BgClassName
{
background-color: #32CFDE;
}
</style>
border-color css
<style>
span { border-color: #32CFDE; }
span { border-color: rgb(50,207,222); }
td.TdClassName
{
border-color: #32CFDE;
}
.TagClassName
{
border-color: #32CFDE;
}
</style>