Shades of Turquoise #32ECFA
Tints of Turquoise #32ECFA
RGB
CMYK
RGB Variations
Color information
#32ECFA (or 0x32ECFA) is known color: Turquoise. HEX triplet: 32, EC and FA. RGB value is (50,236,250). Sum of RGB (Red+Green+Blue) = 50+236+250=536 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.33% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #32ECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32ECFA is #CD1305. Grayscale: #B5B5B5. Windows color (decimal): -13439750 or 16444466. OLE color: 16444466.
HSL color Cylindrical-coordinate representation of color #32ECFA: hue angle of 184.2º 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 #32ECFA is Cyan = 0.8, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 236 | 250 | - |
| CMYK | 0.8 | 0.06 | 0 | 0.02 |
| HSL | 184.2º | 0.95% | 0.59% | - |
| HSV(B) | 184.2º | 0.8% | 0.98% | - |
| XYZ | 48.57 | 67.57 | 100.93 | - |
| YUV | 181.98 | 166.38 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 250 | 0.8 | 0.06 | 0 | 0.02 | 184.2 | 0.95 | 0.59 |
| Hex | 32 | EC | FA | 50 | 6 | 0 | 2 | B8 | 5F | 3B |
| Octal | 62 | 354 | 372 | 120 | 6 | 0 | 2 | 270 | 137 | 73 |
| Binary | 110010 | 11101100 | 11111010 | 1010000 | 110 | 0 | 10 | 10111000 | 1011111 | 111011 |
Color Harmonies of #32ECFA
Complementary color
Monochromatic Colors of #32ECFA
Black with #32ECFA
Text Example
Text Example
White with #32ECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECFA; }
p { color: rgb(50,236,250); }
H1.HeaderClassName
{
color: #32ECFA;
}
.AnyTagClassName
{
color: #32ECFA;
}
</style>
background-color css
<style>
a { background-color: #32ECFA; }
a { background-color: rgb(50,236,250); }
div.DivClassName
{
background-color: #32ECFA;
}
.BgClassName
{
background-color: #32ECFA;
}
</style>
border-color css
<style>
span { border-color: #32ECFA; }
span { border-color: rgb(50,236,250); }
td.TdClassName
{
border-color: #32ECFA;
}
.TagClassName
{
border-color: #32ECFA;
}
</style>