Shades of Turquoise #32EEF5
Tints of Turquoise #32EEF5
RGB
CMYK
RGB Variations
Color information
#32EEF5 (or 0x32EEF5) is known color: Turquoise. HEX triplet: 32, EE and F5. RGB value is (50,238,245). Sum of RGB (Red+Green+Blue) = 50+238+245=533 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.38% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #32EEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EEF5 is #CD110A. Grayscale: #B6B6B6. Windows color (decimal): -13439243 or 16117298. OLE color: 16117298.
HSL color Cylindrical-coordinate representation of color #32EEF5: hue angle of 182.15º degrees, saturation: 0.91, 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 #32EEF5 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 238 | 245 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.04 |
| HSL | 182.15º | 0.91% | 0.58% | - |
| HSV(B) | 182.15º | 0.8% | 0.96% | - |
| XYZ | 48.37 | 68.42 | 97.04 | - |
| YUV | 182.59 | 163.22 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 245 | 0.80 | 0.03 | 0 | 0.04 | 182.15 | 0.91 | 0.58 |
| Hex | 32 | EE | F5 | 50 | 3 | 0 | 4 | B6 | 5B | 3A |
| Octal | 62 | 356 | 365 | 120 | 3 | 0 | 4 | 266 | 133 | 72 |
| Binary | 110010 | 11101110 | 11110101 | 1010000 | 11 | 0 | 100 | 10110110 | 1011011 | 111010 |
Color Harmonies of #32EEF5
Complementary color
Monochromatic Colors of #32EEF5
Black with #32EEF5
Text Example
Text Example
White with #32EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EEF5; }
p { color: rgb(50,238,245); }
H1.HeaderClassName
{
color: #32EEF5;
}
.AnyTagClassName
{
color: #32EEF5;
}
</style>
background-color css
<style>
a { background-color: #32EEF5; }
a { background-color: rgb(50,238,245); }
div.DivClassName
{
background-color: #32EEF5;
}
.BgClassName
{
background-color: #32EEF5;
}
</style>
border-color css
<style>
span { border-color: #32EEF5; }
span { border-color: rgb(50,238,245); }
td.TdClassName
{
border-color: #32EEF5;
}
.TagClassName
{
border-color: #32EEF5;
}
</style>