Shades of Turquoise #32F6C4
Tints of Turquoise #32F6C4
RGB
CMYK
RGB Variations
Color information
#32F6C4 (or 0x32F6C4) is known color: Turquoise. HEX triplet: 32, F6 and C4. RGB value is (50,246,196). Sum of RGB (Red+Green+Blue) = 50+246+196=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #32F6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F6C4 is #CD093B. Grayscale: #B5B5B5. Windows color (decimal): -13437244 or 12908082. OLE color: 12908082.
HSL color Cylindrical-coordinate representation of color #32F6C4: hue angle of 164.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F6C4 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 196 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.04 |
| HSL | 164.69º | 0.92% | 0.58% | - |
| HSV(B) | 164.69º | 0.8% | 0.96% | - |
| XYZ | 44.23 | 70.58 | 63.52 | - |
| YUV | 181.7 | 136.07 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 196 | 0.80 | 0 | 0.20 | 0.04 | 164.69 | 0.92 | 0.58 |
| Hex | 32 | F6 | C4 | 50 | 0 | 14 | 4 | A5 | 5C | 3A |
| Octal | 62 | 366 | 304 | 120 | 0 | 24 | 4 | 245 | 134 | 72 |
| Binary | 110010 | 11110110 | 11000100 | 1010000 | 0 | 10100 | 100 | 10100101 | 1011100 | 111010 |
Color Harmonies of #32F6C4
Complementary color
Monochromatic Colors of #32F6C4
Black with #32F6C4
Text Example
Text Example
White with #32F6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F6C4; }
p { color: rgb(50,246,196); }
H1.HeaderClassName
{
color: #32F6C4;
}
.AnyTagClassName
{
color: #32F6C4;
}
</style>
background-color css
<style>
a { background-color: #32F6C4; }
a { background-color: rgb(50,246,196); }
div.DivClassName
{
background-color: #32F6C4;
}
.BgClassName
{
background-color: #32F6C4;
}
</style>
border-color css
<style>
span { border-color: #32F6C4; }
span { border-color: rgb(50,246,196); }
td.TdClassName
{
border-color: #32F6C4;
}
.TagClassName
{
border-color: #32F6C4;
}
</style>