Shades of Turquoise #32F8BC
Tints of Turquoise #32F8BC
RGB
CMYK
RGB Variations
Color information
#32F8BC (or 0x32F8BC) is known color: Turquoise. HEX triplet: 32, F8 and BC. RGB value is (50,248,188). Sum of RGB (Red+Green+Blue) = 50+248+188=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #32F8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F8BC is #CD0743. Grayscale: #B6B6B6. Windows color (decimal): -13436740 or 12384306. OLE color: 12384306.
HSL color Cylindrical-coordinate representation of color #32F8BC: hue angle of 161.82º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F8BC is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 188 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.03 |
| HSL | 161.82º | 0.93% | 0.58% | - |
| HSV(B) | 161.82º | 0.8% | 0.97% | - |
| XYZ | 43.96 | 71.44 | 59.05 | - |
| YUV | 181.96 | 131.4 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 188 | 0.80 | 0 | 0.24 | 0.03 | 161.82 | 0.93 | 0.58 |
| Hex | 32 | F8 | BC | 50 | 0 | 18 | 3 | A2 | 5D | 3A |
| Octal | 62 | 370 | 274 | 120 | 0 | 30 | 3 | 242 | 135 | 72 |
| Binary | 110010 | 11111000 | 10111100 | 1010000 | 0 | 11000 | 11 | 10100010 | 1011101 | 111010 |
Color Harmonies of #32F8BC
Complementary color
Monochromatic Colors of #32F8BC
Black with #32F8BC
Text Example
Text Example
White with #32F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F8BC; }
p { color: rgb(50,248,188); }
H1.HeaderClassName
{
color: #32F8BC;
}
.AnyTagClassName
{
color: #32F8BC;
}
</style>
background-color css
<style>
a { background-color: #32F8BC; }
a { background-color: rgb(50,248,188); }
div.DivClassName
{
background-color: #32F8BC;
}
.BgClassName
{
background-color: #32F8BC;
}
</style>
border-color css
<style>
span { border-color: #32F8BC; }
span { border-color: rgb(50,248,188); }
td.TdClassName
{
border-color: #32F8BC;
}
.TagClassName
{
border-color: #32F8BC;
}
</style>