Shades of Turquoise #32F1ED
Tints of Turquoise #32F1ED
RGB
CMYK
RGB Variations
Color information
#32F1ED (or 0x32F1ED) is known color: Turquoise. HEX triplet: 32, F1 and ED. RGB value is (50,241,237). Sum of RGB (Red+Green+Blue) = 50+241+237=528 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.47% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #32F1ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F1ED is #CD0E12. Grayscale: #B7B7B7. Windows color (decimal): -13438483 or 15593778. OLE color: 15593778.
HSL color Cylindrical-coordinate representation of color #32F1ED: hue angle of 178.74º degrees, saturation: 0.87, 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 #32F1ED is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 237 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.05 |
| HSL | 178.74º | 0.87% | 0.57% | - |
| HSV(B) | 178.74º | 0.79% | 0.95% | - |
| XYZ | 48.06 | 69.7 | 91.04 | - |
| YUV | 183.44 | 158.22 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 237 | 0.79 | 0 | 0.02 | 0.05 | 178.74 | 0.87 | 0.57 |
| Hex | 32 | F1 | ED | 4F | 0 | 2 | 5 | B3 | 57 | 39 |
| Octal | 62 | 361 | 355 | 117 | 0 | 2 | 5 | 263 | 127 | 71 |
| Binary | 110010 | 11110001 | 11101101 | 1001111 | 0 | 10 | 101 | 10110011 | 1010111 | 111001 |
Color Harmonies of #32F1ED
Complementary color
Monochromatic Colors of #32F1ED
Black with #32F1ED
Text Example
Text Example
White with #32F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F1ED; }
p { color: rgb(50,241,237); }
H1.HeaderClassName
{
color: #32F1ED;
}
.AnyTagClassName
{
color: #32F1ED;
}
</style>
background-color css
<style>
a { background-color: #32F1ED; }
a { background-color: rgb(50,241,237); }
div.DivClassName
{
background-color: #32F1ED;
}
.BgClassName
{
background-color: #32F1ED;
}
</style>
border-color css
<style>
span { border-color: #32F1ED; }
span { border-color: rgb(50,241,237); }
td.TdClassName
{
border-color: #32F1ED;
}
.TagClassName
{
border-color: #32F1ED;
}
</style>