Shades of Turquoise #32EFC3
Tints of Turquoise #32EFC3
RGB
CMYK
RGB Variations
Color information
#32EFC3 (or 0x32EFC3) is known color: Turquoise. HEX triplet: 32, EF and C3. RGB value is (50,239,195). Sum of RGB (Red+Green+Blue) = 50+239+195=484 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.33% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFC3 is #CD103C. Grayscale: #B1B1B1. Windows color (decimal): -13439037 or 12840754. OLE color: 12840754.
HSL color Cylindrical-coordinate representation of color #32EFC3: hue angle of 166.03º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFC3 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 195 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.06 |
| HSL | 166.03º | 0.86% | 0.57% | - |
| HSV(B) | 166.03º | 0.79% | 0.94% | - |
| XYZ | 42.03 | 66.35 | 62.22 | - |
| YUV | 177.47 | 137.88 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 195 | 0.79 | 0 | 0.18 | 0.06 | 166.03 | 0.86 | 0.57 |
| Hex | 32 | EF | C3 | 4F | 0 | 12 | 6 | A6 | 56 | 39 |
| Octal | 62 | 357 | 303 | 117 | 0 | 22 | 6 | 246 | 126 | 71 |
| Binary | 110010 | 11101111 | 11000011 | 1001111 | 0 | 10010 | 110 | 10100110 | 1010110 | 111001 |
Color Harmonies of #32EFC3
Complementary color
Monochromatic Colors of #32EFC3
Black with #32EFC3
Text Example
Text Example
White with #32EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFC3; }
p { color: rgb(50,239,195); }
H1.HeaderClassName
{
color: #32EFC3;
}
.AnyTagClassName
{
color: #32EFC3;
}
</style>
background-color css
<style>
a { background-color: #32EFC3; }
a { background-color: rgb(50,239,195); }
div.DivClassName
{
background-color: #32EFC3;
}
.BgClassName
{
background-color: #32EFC3;
}
</style>
border-color css
<style>
span { border-color: #32EFC3; }
span { border-color: rgb(50,239,195); }
td.TdClassName
{
border-color: #32EFC3;
}
.TagClassName
{
border-color: #32EFC3;
}
</style>