Shades of Turquoise #32EAFA
Tints of Turquoise #32EAFA
RGB
CMYK
RGB Variations
Color information
#32EAFA (or 0x32EAFA) is known color: Turquoise. HEX triplet: 32, EA and FA. RGB value is (50,234,250). Sum of RGB (Red+Green+Blue) = 50+234+250=534 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.36% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #32EAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EAFA is #CD1505. Grayscale: #B4B4B4. Windows color (decimal): -13440262 or 16443954. OLE color: 16443954.
HSL color Cylindrical-coordinate representation of color #32EAFA: hue angle of 184.8º 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 #32EAFA is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 234 | 250 | - |
| CMYK | 0.8 | 0.06 | 0 | 0.02 |
| HSL | 184.8º | 0.95% | 0.59% | - |
| HSV(B) | 184.8º | 0.8% | 0.98% | - |
| XYZ | 47.99 | 66.43 | 100.73 | - |
| YUV | 180.81 | 167.04 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 250 | 0.8 | 0.06 | 0 | 0.02 | 184.8 | 0.95 | 0.59 |
| Hex | 32 | EA | FA | 50 | 6 | 0 | 2 | B9 | 5F | 3B |
| Octal | 62 | 352 | 372 | 120 | 6 | 0 | 2 | 271 | 137 | 73 |
| Binary | 110010 | 11101010 | 11111010 | 1010000 | 110 | 0 | 10 | 10111001 | 1011111 | 111011 |
Color Harmonies of #32EAFA
Complementary color
Monochromatic Colors of #32EAFA
Black with #32EAFA
Text Example
Text Example
White with #32EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EAFA; }
p { color: rgb(50,234,250); }
H1.HeaderClassName
{
color: #32EAFA;
}
.AnyTagClassName
{
color: #32EAFA;
}
</style>
background-color css
<style>
a { background-color: #32EAFA; }
a { background-color: rgb(50,234,250); }
div.DivClassName
{
background-color: #32EAFA;
}
.BgClassName
{
background-color: #32EAFA;
}
</style>
border-color css
<style>
span { border-color: #32EAFA; }
span { border-color: rgb(50,234,250); }
td.TdClassName
{
border-color: #32EAFA;
}
.TagClassName
{
border-color: #32EAFA;
}
</style>