Shades of Turquoise #32EFF3
Tints of Turquoise #32EFF3
RGB
CMYK
RGB Variations
Color information
#32EFF3 (or 0x32EFF3) is known color: Turquoise. HEX triplet: 32, EF and F3. RGB value is (50,239,243). Sum of RGB (Red+Green+Blue) = 50+239+243=532 (70% of max value = 765). Red value is 50 (19.92% from 255 or 9.40% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #32EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EFF3 is #CD100C. Grayscale: #B6B6B6. Windows color (decimal): -13438989 or 15986482. OLE color: 15986482.
HSL color Cylindrical-coordinate representation of color #32EFF3: hue angle of 181.24º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFF3 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 239 | 243 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.05 |
| HSL | 181.24º | 0.89% | 0.57% | - |
| HSV(B) | 181.24º | 0.79% | 0.95% | - |
| XYZ | 48.36 | 68.88 | 95.54 | - |
| YUV | 182.95 | 161.88 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 243 | 0.79 | 0.02 | 0 | 0.05 | 181.24 | 0.89 | 0.57 |
| Hex | 32 | EF | F3 | 4F | 2 | 0 | 5 | B5 | 59 | 39 |
| Octal | 62 | 357 | 363 | 117 | 2 | 0 | 5 | 265 | 131 | 71 |
| Binary | 110010 | 11101111 | 11110011 | 1001111 | 10 | 0 | 101 | 10110101 | 1011001 | 111001 |
Color Harmonies of #32EFF3
Complementary color
Monochromatic Colors of #32EFF3
Black with #32EFF3
Text Example
Text Example
White with #32EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFF3; }
p { color: rgb(50,239,243); }
H1.HeaderClassName
{
color: #32EFF3;
}
.AnyTagClassName
{
color: #32EFF3;
}
</style>
background-color css
<style>
a { background-color: #32EFF3; }
a { background-color: rgb(50,239,243); }
div.DivClassName
{
background-color: #32EFF3;
}
.BgClassName
{
background-color: #32EFF3;
}
</style>
border-color css
<style>
span { border-color: #32EFF3; }
span { border-color: rgb(50,239,243); }
td.TdClassName
{
border-color: #32EFF3;
}
.TagClassName
{
border-color: #32EFF3;
}
</style>