Shades of Turquoise #32FAE5
Tints of Turquoise #32FAE5
RGB
CMYK
RGB Variations
Color information
#32FAE5 (or 0x32FAE5) is known color: Turquoise. HEX triplet: 32, FA and E5. RGB value is (50,250,229). Sum of RGB (Red+Green+Blue) = 50+250+229=529 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.45% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FAE5 is #CD051A. Grayscale: #BBBBBB. Windows color (decimal): -13436187 or 15071794. OLE color: 15071794.
HSL color Cylindrical-coordinate representation of color #32FAE5: hue angle of 173.7º 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 #32FAE5 is Cyan = 0.8, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 229 | - |
| CMYK | 0.8 | 0 | 0.08 | 0.02 |
| HSL | 173.7º | 0.95% | 0.59% | - |
| HSV(B) | 173.7º | 0.8% | 0.98% | - |
| XYZ | 49.64 | 74.71 | 85.93 | - |
| YUV | 187.81 | 151.24 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 229 | 0.8 | 0 | 0.08 | 0.02 | 173.7 | 0.95 | 0.59 |
| Hex | 32 | FA | E5 | 50 | 0 | 8 | 2 | AE | 5F | 3B |
| Octal | 62 | 372 | 345 | 120 | 0 | 10 | 2 | 256 | 137 | 73 |
| Binary | 110010 | 11111010 | 11100101 | 1010000 | 0 | 1000 | 10 | 10101110 | 1011111 | 111011 |
Color Harmonies of #32FAE5
Complementary color
Monochromatic Colors of #32FAE5
Black with #32FAE5
Text Example
Text Example
White with #32FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAE5; }
p { color: rgb(50,250,229); }
H1.HeaderClassName
{
color: #32FAE5;
}
.AnyTagClassName
{
color: #32FAE5;
}
</style>
background-color css
<style>
a { background-color: #32FAE5; }
a { background-color: rgb(50,250,229); }
div.DivClassName
{
background-color: #32FAE5;
}
.BgClassName
{
background-color: #32FAE5;
}
</style>
border-color css
<style>
span { border-color: #32FAE5; }
span { border-color: rgb(50,250,229); }
td.TdClassName
{
border-color: #32FAE5;
}
.TagClassName
{
border-color: #32FAE5;
}
</style>