Shades of Turquoise #32DDFF
Tints of Turquoise #32DDFF
RGB
CMYK
RGB Variations
Color information
#32DDFF (or 0x32DDFF) is known color: Turquoise. HEX triplet: 32, DD and FF. RGB value is (50,221,255). Sum of RGB (Red+Green+Blue) = 50+221+255=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #32DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDFF is #CD2200. Grayscale: #ADADAD. Windows color (decimal): -13443585 or 16768306. OLE color: 16768306.
HSL color Cylindrical-coordinate representation of color #32DDFF: hue angle of 189.95º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DDFF is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 221 | 255 | - |
| CMYK | 0.80 | 0.13 | 0 | 0 |
| HSL | 189.95º | 1% | 0.6% | - |
| HSV(B) | 189.95º | 0.8% | 1% | - |
| XYZ | 45.22 | 59.61 | 103.73 | - |
| YUV | 173.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 255 | 0.80 | 0.13 | 0 | 0 | 189.95 | 1 | 0.6 |
| Hex | 32 | DD | FF | 50 | D | 0 | 0 | BE | 64 | 3C |
| Octal | 62 | 335 | 377 | 120 | 15 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110010 | 11011101 | 11111111 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #32DDFF
Complementary color
Monochromatic Colors of #32DDFF
Black with #32DDFF
Text Example
Text Example
White with #32DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDFF; }
p { color: rgb(50,221,255); }
H1.HeaderClassName
{
color: #32DDFF;
}
.AnyTagClassName
{
color: #32DDFF;
}
</style>
background-color css
<style>
a { background-color: #32DDFF; }
a { background-color: rgb(50,221,255); }
div.DivClassName
{
background-color: #32DDFF;
}
.BgClassName
{
background-color: #32DDFF;
}
</style>
border-color css
<style>
span { border-color: #32DDFF; }
span { border-color: rgb(50,221,255); }
td.TdClassName
{
border-color: #32DDFF;
}
.TagClassName
{
border-color: #32DDFF;
}
</style>