Shades of Turquoise #32DDFE
Tints of Turquoise #32DDFE
RGB
CMYK
RGB Variations
Color information
#32DDFE (or 0x32DDFE) is known color: Turquoise. HEX triplet: 32, DD and FE. RGB value is (50,221,254). Sum of RGB (Red+Green+Blue) = 50+221+254=525 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.52% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #32DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDFE is #CD2201. Grayscale: #ADADAD. Windows color (decimal): -13443586 or 16702770. OLE color: 16702770.
HSL color Cylindrical-coordinate representation of color #32DDFE: hue angle of 189.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DDFE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 221 | 254 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.00 |
| HSL | 189.71º | 0.99% | 0.6% | - |
| HSV(B) | 189.71º | 0.8% | 1% | - |
| XYZ | 45.06 | 59.55 | 102.88 | - |
| YUV | 173.63 | 173.35 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 254 | 0.80 | 0.13 | 0 | 0.00 | 189.71 | 0.99 | 0.6 |
| Hex | 32 | DD | FE | 50 | D | 0 | 0 | BE | 63 | 3C |
| Octal | 62 | 335 | 376 | 120 | 15 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110010 | 11011101 | 11111110 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #32DDFE
Complementary color
Monochromatic Colors of #32DDFE
Black with #32DDFE
Text Example
Text Example
White with #32DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDFE; }
p { color: rgb(50,221,254); }
H1.HeaderClassName
{
color: #32DDFE;
}
.AnyTagClassName
{
color: #32DDFE;
}
</style>
background-color css
<style>
a { background-color: #32DDFE; }
a { background-color: rgb(50,221,254); }
div.DivClassName
{
background-color: #32DDFE;
}
.BgClassName
{
background-color: #32DDFE;
}
</style>
border-color css
<style>
span { border-color: #32DDFE; }
span { border-color: rgb(50,221,254); }
td.TdClassName
{
border-color: #32DDFE;
}
.TagClassName
{
border-color: #32DDFE;
}
</style>