Shades of Turquoise #32EFE6
Tints of Turquoise #32EFE6
RGB
CMYK
RGB Variations
Color information
#32EFE6 (or 0x32EFE6) is known color: Turquoise. HEX triplet: 32, EF and E6. RGB value is (50,239,230). Sum of RGB (Red+Green+Blue) = 50+239+230=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EFE6 is #CD1019. Grayscale: #B5B5B5. Windows color (decimal): -13439002 or 15134514. OLE color: 15134514.
HSL color Cylindrical-coordinate representation of color #32EFE6: hue angle of 177.14º 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 #32EFE6 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 230 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.06 |
| HSL | 177.14º | 0.86% | 0.57% | - |
| HSV(B) | 177.14º | 0.79% | 0.94% | - |
| XYZ | 46.46 | 68.12 | 85.56 | - |
| YUV | 181.46 | 155.38 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 230 | 0.79 | 0 | 0.04 | 0.06 | 177.14 | 0.86 | 0.57 |
| Hex | 32 | EF | E6 | 4F | 0 | 4 | 6 | B1 | 56 | 39 |
| Octal | 62 | 357 | 346 | 117 | 0 | 4 | 6 | 261 | 126 | 71 |
| Binary | 110010 | 11101111 | 11100110 | 1001111 | 0 | 100 | 110 | 10110001 | 1010110 | 111001 |
Color Harmonies of #32EFE6
Complementary color
Monochromatic Colors of #32EFE6
Black with #32EFE6
Text Example
Text Example
White with #32EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFE6; }
p { color: rgb(50,239,230); }
H1.HeaderClassName
{
color: #32EFE6;
}
.AnyTagClassName
{
color: #32EFE6;
}
</style>
background-color css
<style>
a { background-color: #32EFE6; }
a { background-color: rgb(50,239,230); }
div.DivClassName
{
background-color: #32EFE6;
}
.BgClassName
{
background-color: #32EFE6;
}
</style>
border-color css
<style>
span { border-color: #32EFE6; }
span { border-color: rgb(50,239,230); }
td.TdClassName
{
border-color: #32EFE6;
}
.TagClassName
{
border-color: #32EFE6;
}
</style>