Shades of Turquoise #32DBFD
Tints of Turquoise #32DBFD
RGB
CMYK
RGB Variations
Color information
#32DBFD (or 0x32DBFD) is known color: Turquoise. HEX triplet: 32, DB and FD. RGB value is (50,219,253). Sum of RGB (Red+Green+Blue) = 50+219+253=522 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.58% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #32DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBFD is #CD2402. Grayscale: #ACACAC. Windows color (decimal): -13444099 or 16636722. OLE color: 16636722.
HSL color Cylindrical-coordinate representation of color #32DBFD: hue angle of 190.05º 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 #32DBFD is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 219 | 253 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.01 |
| HSL | 190.05º | 0.98% | 0.59% | - |
| HSV(B) | 190.05º | 0.8% | 0.99% | - |
| XYZ | 44.38 | 58.43 | 101.87 | - |
| YUV | 172.35 | 173.51 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 253 | 0.80 | 0.13 | 0 | 0.01 | 190.05 | 0.98 | 0.59 |
| Hex | 32 | DB | FD | 50 | D | 0 | 1 | BE | 62 | 3B |
| Octal | 62 | 333 | 375 | 120 | 15 | 0 | 1 | 276 | 142 | 73 |
| Binary | 110010 | 11011011 | 11111101 | 1010000 | 1101 | 0 | 1 | 10111110 | 1100010 | 111011 |
Color Harmonies of #32DBFD
Complementary color
Monochromatic Colors of #32DBFD
Black with #32DBFD
Text Example
Text Example
White with #32DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBFD; }
p { color: rgb(50,219,253); }
H1.HeaderClassName
{
color: #32DBFD;
}
.AnyTagClassName
{
color: #32DBFD;
}
</style>
background-color css
<style>
a { background-color: #32DBFD; }
a { background-color: rgb(50,219,253); }
div.DivClassName
{
background-color: #32DBFD;
}
.BgClassName
{
background-color: #32DBFD;
}
</style>
border-color css
<style>
span { border-color: #32DBFD; }
span { border-color: rgb(50,219,253); }
td.TdClassName
{
border-color: #32DBFD;
}
.TagClassName
{
border-color: #32DBFD;
}
</style>