Shades of Turquoise #32EFFD
Tints of Turquoise #32EFFD
RGB
CMYK
RGB Variations
Color information
#32EFFD (or 0x32EFFD) is known color: Turquoise. HEX triplet: 32, EF and FD. RGB value is (50,239,253). Sum of RGB (Red+Green+Blue) = 50+239+253=542 (71% of max value = 765). Red value is 50 (19.92% from 255 or 9.23% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #32EFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32EFFD is #CD1002. Grayscale: #B7B7B7. Windows color (decimal): -13438979 or 16641842. OLE color: 16641842.
HSL color Cylindrical-coordinate representation of color #32EFFD: hue angle of 184.14º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32EFFD is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 239 | 253 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.01 |
| HSL | 184.14º | 0.98% | 0.59% | - |
| HSV(B) | 184.14º | 0.8% | 0.99% | - |
| XYZ | 49.91 | 69.5 | 103.71 | - |
| YUV | 184.09 | 166.88 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 253 | 0.80 | 0.06 | 0 | 0.01 | 184.14 | 0.98 | 0.59 |
| Hex | 32 | EF | FD | 50 | 6 | 0 | 1 | B8 | 62 | 3B |
| Octal | 62 | 357 | 375 | 120 | 6 | 0 | 1 | 270 | 142 | 73 |
| Binary | 110010 | 11101111 | 11111101 | 1010000 | 110 | 0 | 1 | 10111000 | 1100010 | 111011 |
Color Harmonies of #32EFFD
Complementary color
Monochromatic Colors of #32EFFD
Black with #32EFFD
Text Example
Text Example
White with #32EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFFD; }
p { color: rgb(50,239,253); }
H1.HeaderClassName
{
color: #32EFFD;
}
.AnyTagClassName
{
color: #32EFFD;
}
</style>
background-color css
<style>
a { background-color: #32EFFD; }
a { background-color: rgb(50,239,253); }
div.DivClassName
{
background-color: #32EFFD;
}
.BgClassName
{
background-color: #32EFFD;
}
</style>
border-color css
<style>
span { border-color: #32EFFD; }
span { border-color: rgb(50,239,253); }
td.TdClassName
{
border-color: #32EFFD;
}
.TagClassName
{
border-color: #32EFFD;
}
</style>