Shades of Turquoise #32F8C2
Tints of Turquoise #32F8C2
RGB
CMYK
RGB Variations
Color information
#32F8C2 (or 0x32F8C2) is known color: Turquoise. HEX triplet: 32, F8 and C2. RGB value is (50,248,194). Sum of RGB (Red+Green+Blue) = 50+248+194=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #32F8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F8C2 is #CD073D. Grayscale: #B6B6B6. Windows color (decimal): -13436734 or 12777522. OLE color: 12777522.
HSL color Cylindrical-coordinate representation of color #32F8C2: hue angle of 163.64º 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 #32F8C2 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 194 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.03 |
| HSL | 163.64º | 0.93% | 0.58% | - |
| HSV(B) | 163.64º | 0.8% | 0.97% | - |
| XYZ | 44.62 | 71.71 | 62.53 | - |
| YUV | 182.64 | 134.4 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 194 | 0.80 | 0 | 0.22 | 0.03 | 163.64 | 0.93 | 0.58 |
| Hex | 32 | F8 | C2 | 50 | 0 | 16 | 3 | A4 | 5D | 3A |
| Octal | 62 | 370 | 302 | 120 | 0 | 26 | 3 | 244 | 135 | 72 |
| Binary | 110010 | 11111000 | 11000010 | 1010000 | 0 | 10110 | 11 | 10100100 | 1011101 | 111010 |
Color Harmonies of #32F8C2
Complementary color
Monochromatic Colors of #32F8C2
Black with #32F8C2
Text Example
Text Example
White with #32F8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F8C2; }
p { color: rgb(50,248,194); }
H1.HeaderClassName
{
color: #32F8C2;
}
.AnyTagClassName
{
color: #32F8C2;
}
</style>
background-color css
<style>
a { background-color: #32F8C2; }
a { background-color: rgb(50,248,194); }
div.DivClassName
{
background-color: #32F8C2;
}
.BgClassName
{
background-color: #32F8C2;
}
</style>
border-color css
<style>
span { border-color: #32F8C2; }
span { border-color: rgb(50,248,194); }
td.TdClassName
{
border-color: #32F8C2;
}
.TagClassName
{
border-color: #32F8C2;
}
</style>