Shades of Turquoise #32DFFD
Tints of Turquoise #32DFFD
RGB
CMYK
RGB Variations
Color information
#32DFFD (or 0x32DFFD) is known color: Turquoise. HEX triplet: 32, DF and FD. RGB value is (50,223,253). Sum of RGB (Red+Green+Blue) = 50+223+253=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #32DFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DFFD is #CD2002. Grayscale: #AEAEAE. Windows color (decimal): -13443075 or 16637746. OLE color: 16637746.
HSL color Cylindrical-coordinate representation of color #32DFFD: hue angle of 188.87º 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 #32DFFD is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 223 | 253 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.01 |
| HSL | 188.87º | 0.98% | 0.59% | - |
| HSV(B) | 188.87º | 0.8% | 0.99% | - |
| XYZ | 45.43 | 60.55 | 102.22 | - |
| YUV | 174.69 | 172.19 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 253 | 0.80 | 0.12 | 0 | 0.01 | 188.87 | 0.98 | 0.59 |
| Hex | 32 | DF | FD | 50 | C | 0 | 1 | BD | 62 | 3B |
| Octal | 62 | 337 | 375 | 120 | 14 | 0 | 1 | 275 | 142 | 73 |
| Binary | 110010 | 11011111 | 11111101 | 1010000 | 1100 | 0 | 1 | 10111101 | 1100010 | 111011 |
Color Harmonies of #32DFFD
Complementary color
Monochromatic Colors of #32DFFD
Black with #32DFFD
Text Example
Text Example
White with #32DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFFD; }
p { color: rgb(50,223,253); }
H1.HeaderClassName
{
color: #32DFFD;
}
.AnyTagClassName
{
color: #32DFFD;
}
</style>
background-color css
<style>
a { background-color: #32DFFD; }
a { background-color: rgb(50,223,253); }
div.DivClassName
{
background-color: #32DFFD;
}
.BgClassName
{
background-color: #32DFFD;
}
</style>
border-color css
<style>
span { border-color: #32DFFD; }
span { border-color: rgb(50,223,253); }
td.TdClassName
{
border-color: #32DFFD;
}
.TagClassName
{
border-color: #32DFFD;
}
</style>