Shades of Turquoise #32E9FA
Tints of Turquoise #32E9FA
RGB
CMYK
RGB Variations
Color information
#32E9FA (or 0x32E9FA) is known color: Turquoise. HEX triplet: 32, E9 and FA. RGB value is (50,233,250). Sum of RGB (Red+Green+Blue) = 50+233+250=533 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.38% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #32E9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32E9FA is #CD1605. Grayscale: #B3B3B3. Windows color (decimal): -13440518 or 16443698. OLE color: 16443698.
HSL color Cylindrical-coordinate representation of color #32E9FA: hue angle of 185.1º degrees, saturation: 0.95, 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 #32E9FA is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 233 | 250 | - |
| CMYK | 0.8 | 0.07 | 0 | 0.02 |
| HSL | 185.1º | 0.95% | 0.59% | - |
| HSV(B) | 185.1º | 0.8% | 0.98% | - |
| XYZ | 47.71 | 65.86 | 100.64 | - |
| YUV | 180.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 233 | 250 | 0.8 | 0.07 | 0 | 0.02 | 185.1 | 0.95 | 0.59 |
| Hex | 32 | E9 | FA | 50 | 7 | 0 | 2 | B9 | 5F | 3B |
| Octal | 62 | 351 | 372 | 120 | 7 | 0 | 2 | 271 | 137 | 73 |
| Binary | 110010 | 11101001 | 11111010 | 1010000 | 111 | 0 | 10 | 10111001 | 1011111 | 111011 |
Color Harmonies of #32E9FA
Complementary color
Monochromatic Colors of #32E9FA
Black with #32E9FA
Text Example
Text Example
White with #32E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E9FA; }
p { color: rgb(50,233,250); }
H1.HeaderClassName
{
color: #32E9FA;
}
.AnyTagClassName
{
color: #32E9FA;
}
</style>
background-color css
<style>
a { background-color: #32E9FA; }
a { background-color: rgb(50,233,250); }
div.DivClassName
{
background-color: #32E9FA;
}
.BgClassName
{
background-color: #32E9FA;
}
</style>
border-color css
<style>
span { border-color: #32E9FA; }
span { border-color: rgb(50,233,250); }
td.TdClassName
{
border-color: #32E9FA;
}
.TagClassName
{
border-color: #32E9FA;
}
</style>