Shades of Turquoise #32F9BF
Tints of Turquoise #32F9BF
RGB
CMYK
RGB Variations
Color information
#32F9BF (or 0x32F9BF) is known color: Turquoise. HEX triplet: 32, F9 and BF. RGB value is (50,249,191). Sum of RGB (Red+Green+Blue) = 50+249+191=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #32F9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F9BF is #CD0640. Grayscale: #B6B6B6. Windows color (decimal): -13436481 or 12581170. OLE color: 12581170.
HSL color Cylindrical-coordinate representation of color #32F9BF: hue angle of 162.51º degrees, saturation: 0.94, 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 #32F9BF is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 191 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.02 |
| HSL | 162.51º | 0.94% | 0.59% | - |
| HSV(B) | 162.51º | 0.8% | 0.98% | - |
| XYZ | 44.6 | 72.19 | 60.87 | - |
| YUV | 182.89 | 132.57 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 191 | 0.80 | 0 | 0.23 | 0.02 | 162.51 | 0.94 | 0.59 |
| Hex | 32 | F9 | BF | 50 | 0 | 17 | 2 | A3 | 5E | 3B |
| Octal | 62 | 371 | 277 | 120 | 0 | 27 | 2 | 243 | 136 | 73 |
| Binary | 110010 | 11111001 | 10111111 | 1010000 | 0 | 10111 | 10 | 10100011 | 1011110 | 111011 |
Color Harmonies of #32F9BF
Complementary color
Monochromatic Colors of #32F9BF
Black with #32F9BF
Text Example
Text Example
White with #32F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9BF; }
p { color: rgb(50,249,191); }
H1.HeaderClassName
{
color: #32F9BF;
}
.AnyTagClassName
{
color: #32F9BF;
}
</style>
background-color css
<style>
a { background-color: #32F9BF; }
a { background-color: rgb(50,249,191); }
div.DivClassName
{
background-color: #32F9BF;
}
.BgClassName
{
background-color: #32F9BF;
}
</style>
border-color css
<style>
span { border-color: #32F9BF; }
span { border-color: rgb(50,249,191); }
td.TdClassName
{
border-color: #32F9BF;
}
.TagClassName
{
border-color: #32F9BF;
}
</style>