Shades of Turquoise #32E1F1
Tints of Turquoise #32E1F1
RGB
CMYK
RGB Variations
Color information
#32E1F1 (or 0x32E1F1) is known color: Turquoise. HEX triplet: 32, E1 and F1. RGB value is (50,225,241). Sum of RGB (Red+Green+Blue) = 50+225+241=516 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.69% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #32E1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32E1F1 is #CD1E0E. Grayscale: #AEAEAE. Windows color (decimal): -13442575 or 15851826. OLE color: 15851826.
HSL color Cylindrical-coordinate representation of color #32E1F1: hue angle of 185.03º 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 #32E1F1 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 225 | 241 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.05 |
| HSL | 185.03º | 0.87% | 0.57% | - |
| HSV(B) | 185.03º | 0.79% | 0.95% | - |
| XYZ | 44.12 | 60.88 | 92.64 | - |
| YUV | 174.5 | 165.52 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 225 | 241 | 0.79 | 0.07 | 0 | 0.05 | 185.03 | 0.87 | 0.57 |
| Hex | 32 | E1 | F1 | 4F | 7 | 0 | 5 | B9 | 57 | 39 |
| Octal | 62 | 341 | 361 | 117 | 7 | 0 | 5 | 271 | 127 | 71 |
| Binary | 110010 | 11100001 | 11110001 | 1001111 | 111 | 0 | 101 | 10111001 | 1010111 | 111001 |
Color Harmonies of #32E1F1
Complementary color
Monochromatic Colors of #32E1F1
Black with #32E1F1
Text Example
Text Example
White with #32E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E1F1; }
p { color: rgb(50,225,241); }
H1.HeaderClassName
{
color: #32E1F1;
}
.AnyTagClassName
{
color: #32E1F1;
}
</style>
background-color css
<style>
a { background-color: #32E1F1; }
a { background-color: rgb(50,225,241); }
div.DivClassName
{
background-color: #32E1F1;
}
.BgClassName
{
background-color: #32E1F1;
}
</style>
border-color css
<style>
span { border-color: #32E1F1; }
span { border-color: rgb(50,225,241); }
td.TdClassName
{
border-color: #32E1F1;
}
.TagClassName
{
border-color: #32E1F1;
}
</style>