Shades of Turquoise #32EEF7
Tints of Turquoise #32EEF7
RGB
CMYK
RGB Variations
Color information
#32EEF7 (or 0x32EEF7) is known color: Turquoise. HEX triplet: 32, EE and F7. RGB value is (50,238,247). Sum of RGB (Red+Green+Blue) = 50+238+247=535 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.35% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #32EEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EEF7 is #CD1108. Grayscale: #B6B6B6. Windows color (decimal): -13439241 or 16248370. OLE color: 16248370.
HSL color Cylindrical-coordinate representation of color #32EEF7: hue angle of 182.74º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32EEF7 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 238 | 247 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.03 |
| HSL | 182.74º | 0.92% | 0.58% | - |
| HSV(B) | 182.74º | 0.8% | 0.97% | - |
| XYZ | 48.68 | 68.54 | 98.66 | - |
| YUV | 182.81 | 164.22 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 247 | 0.80 | 0.04 | 0 | 0.03 | 182.74 | 0.92 | 0.58 |
| Hex | 32 | EE | F7 | 50 | 4 | 0 | 3 | B7 | 5C | 3A |
| Octal | 62 | 356 | 367 | 120 | 4 | 0 | 3 | 267 | 134 | 72 |
| Binary | 110010 | 11101110 | 11110111 | 1010000 | 100 | 0 | 11 | 10110111 | 1011100 | 111010 |
Color Harmonies of #32EEF7
Complementary color
Monochromatic Colors of #32EEF7
Black with #32EEF7
Text Example
Text Example
White with #32EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEF7; }
p { color: rgb(50,238,247); }
H1.HeaderClassName
{
color: #32EEF7;
}
.AnyTagClassName
{
color: #32EEF7;
}
</style>
background-color css
<style>
a { background-color: #32EEF7; }
a { background-color: rgb(50,238,247); }
div.DivClassName
{
background-color: #32EEF7;
}
.BgClassName
{
background-color: #32EEF7;
}
</style>
border-color css
<style>
span { border-color: #32EEF7; }
span { border-color: rgb(50,238,247); }
td.TdClassName
{
border-color: #32EEF7;
}
.TagClassName
{
border-color: #32EEF7;
}
</style>