Shades of Turquoise #32FEB4
Tints of Turquoise #32FEB4
RGB
CMYK
RGB Variations
Color information
#32FEB4 (or 0x32FEB4) is known color: Turquoise. HEX triplet: 32, FE and B4. RGB value is (50,254,180). Sum of RGB (Red+Green+Blue) = 50+254+180=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEB4 is #CD014B. Grayscale: #B8B8B8. Windows color (decimal): -13435212 or 11861554. OLE color: 11861554.
HSL color Cylindrical-coordinate representation of color #32FEB4: hue angle of 158.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEB4 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 180 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.00 |
| HSL | 158.24º | 0.99% | 0.6% | - |
| HSV(B) | 158.24º | 0.8% | 1% | - |
| XYZ | 45 | 74.86 | 55.26 | - |
| YUV | 184.57 | 125.41 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 180 | 0.80 | 0 | 0.29 | 0.00 | 158.24 | 0.99 | 0.6 |
| Hex | 32 | FE | B4 | 50 | 0 | 1D | 0 | 9E | 63 | 3C |
| Octal | 62 | 376 | 264 | 120 | 0 | 35 | 0 | 236 | 143 | 74 |
| Binary | 110010 | 11111110 | 10110100 | 1010000 | 0 | 11101 | 0 | 10011110 | 1100011 | 111100 |
Color Harmonies of #32FEB4
Complementary color
Monochromatic Colors of #32FEB4
Black with #32FEB4
Text Example
Text Example
White with #32FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEB4; }
p { color: rgb(50,254,180); }
H1.HeaderClassName
{
color: #32FEB4;
}
.AnyTagClassName
{
color: #32FEB4;
}
</style>
background-color css
<style>
a { background-color: #32FEB4; }
a { background-color: rgb(50,254,180); }
div.DivClassName
{
background-color: #32FEB4;
}
.BgClassName
{
background-color: #32FEB4;
}
</style>
border-color css
<style>
span { border-color: #32FEB4; }
span { border-color: rgb(50,254,180); }
td.TdClassName
{
border-color: #32FEB4;
}
.TagClassName
{
border-color: #32FEB4;
}
</style>