Shades of Turquoise #32F6C6
Tints of Turquoise #32F6C6
RGB
CMYK
RGB Variations
Color information
#32F6C6 (or 0x32F6C6) is known color: Turquoise. HEX triplet: 32, F6 and C6. RGB value is (50,246,198). Sum of RGB (Red+Green+Blue) = 50+246+198=494 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.12% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #32F6C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32F6C6 is #CD0939. Grayscale: #B5B5B5. Windows color (decimal): -13437242 or 13039154. OLE color: 13039154.
HSL color Cylindrical-coordinate representation of color #32F6C6: hue angle of 165.31º 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 #32F6C6 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 246 | 198 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.04 |
| HSL | 165.31º | 0.92% | 0.58% | - |
| HSV(B) | 165.31º | 0.8% | 0.96% | - |
| XYZ | 44.46 | 70.67 | 64.72 | - |
| YUV | 181.92 | 137.07 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 246 | 198 | 0.80 | 0 | 0.20 | 0.04 | 165.31 | 0.92 | 0.58 |
| Hex | 32 | F6 | C6 | 50 | 0 | 14 | 4 | A5 | 5C | 3A |
| Octal | 62 | 366 | 306 | 120 | 0 | 24 | 4 | 245 | 134 | 72 |
| Binary | 110010 | 11110110 | 11000110 | 1010000 | 0 | 10100 | 100 | 10100101 | 1011100 | 111010 |
Color Harmonies of #32F6C6
Complementary color
Monochromatic Colors of #32F6C6
Black with #32F6C6
Text Example
Text Example
White with #32F6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F6C6; }
p { color: rgb(50,246,198); }
H1.HeaderClassName
{
color: #32F6C6;
}
.AnyTagClassName
{
color: #32F6C6;
}
</style>
background-color css
<style>
a { background-color: #32F6C6; }
a { background-color: rgb(50,246,198); }
div.DivClassName
{
background-color: #32F6C6;
}
.BgClassName
{
background-color: #32F6C6;
}
</style>
border-color css
<style>
span { border-color: #32F6C6; }
span { border-color: rgb(50,246,198); }
td.TdClassName
{
border-color: #32F6C6;
}
.TagClassName
{
border-color: #32F6C6;
}
</style>