Shades of Turquoise #32EEF6
Tints of Turquoise #32EEF6
RGB
CMYK
RGB Variations
Color information
#32EEF6 (or 0x32EEF6) is known color: Turquoise. HEX triplet: 32, EE and F6. RGB value is (50,238,246). Sum of RGB (Red+Green+Blue) = 50+238+246=534 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.36% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #32EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EEF6 is #CD1109. Grayscale: #B6B6B6. Windows color (decimal): -13439242 or 16182834. OLE color: 16182834.
HSL color Cylindrical-coordinate representation of color #32EEF6: hue angle of 182.45º 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 #32EEF6 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 238 | 246 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.04 |
| HSL | 182.45º | 0.92% | 0.58% | - |
| HSV(B) | 182.45º | 0.8% | 0.96% | - |
| XYZ | 48.52 | 68.48 | 97.85 | - |
| YUV | 182.7 | 163.72 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 246 | 0.80 | 0.03 | 0 | 0.04 | 182.45 | 0.92 | 0.58 |
| Hex | 32 | EE | F6 | 50 | 3 | 0 | 4 | B6 | 5C | 3A |
| Octal | 62 | 356 | 366 | 120 | 3 | 0 | 4 | 266 | 134 | 72 |
| Binary | 110010 | 11101110 | 11110110 | 1010000 | 11 | 0 | 100 | 10110110 | 1011100 | 111010 |
Color Harmonies of #32EEF6
Complementary color
Monochromatic Colors of #32EEF6
Black with #32EEF6
Text Example
Text Example
White with #32EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEF6; }
p { color: rgb(50,238,246); }
H1.HeaderClassName
{
color: #32EEF6;
}
.AnyTagClassName
{
color: #32EEF6;
}
</style>
background-color css
<style>
a { background-color: #32EEF6; }
a { background-color: rgb(50,238,246); }
div.DivClassName
{
background-color: #32EEF6;
}
.BgClassName
{
background-color: #32EEF6;
}
</style>
border-color css
<style>
span { border-color: #32EEF6; }
span { border-color: rgb(50,238,246); }
td.TdClassName
{
border-color: #32EEF6;
}
.TagClassName
{
border-color: #32EEF6;
}
</style>