Shades of Turquoise #32F3ED
Tints of Turquoise #32F3ED
RGB
CMYK
RGB Variations
Color information
#32F3ED (or 0x32F3ED) is known color: Turquoise. HEX triplet: 32, F3 and ED. RGB value is (50,243,237). Sum of RGB (Red+Green+Blue) = 50+243+237=530 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.43% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #32F3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F3ED is #CD0C12. Grayscale: #B8B8B8. Windows color (decimal): -13437971 or 15594290. OLE color: 15594290.
HSL color Cylindrical-coordinate representation of color #32F3ED: hue angle of 178.13º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F3ED is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 237 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.05 |
| HSL | 178.13º | 0.89% | 0.57% | - |
| HSV(B) | 178.13º | 0.79% | 0.95% | - |
| XYZ | 48.65 | 70.89 | 91.24 | - |
| YUV | 184.61 | 157.56 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 237 | 0.79 | 0 | 0.02 | 0.05 | 178.13 | 0.89 | 0.57 |
| Hex | 32 | F3 | ED | 4F | 0 | 2 | 5 | B2 | 59 | 39 |
| Octal | 62 | 363 | 355 | 117 | 0 | 2 | 5 | 262 | 131 | 71 |
| Binary | 110010 | 11110011 | 11101101 | 1001111 | 0 | 10 | 101 | 10110010 | 1011001 | 111001 |
Color Harmonies of #32F3ED
Complementary color
Monochromatic Colors of #32F3ED
Black with #32F3ED
Text Example
Text Example
White with #32F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F3ED; }
p { color: rgb(50,243,237); }
H1.HeaderClassName
{
color: #32F3ED;
}
.AnyTagClassName
{
color: #32F3ED;
}
</style>
background-color css
<style>
a { background-color: #32F3ED; }
a { background-color: rgb(50,243,237); }
div.DivClassName
{
background-color: #32F3ED;
}
.BgClassName
{
background-color: #32F3ED;
}
</style>
border-color css
<style>
span { border-color: #32F3ED; }
span { border-color: rgb(50,243,237); }
td.TdClassName
{
border-color: #32F3ED;
}
.TagClassName
{
border-color: #32F3ED;
}
</style>