Shades of Turquoise #32DFFE
Tints of Turquoise #32DFFE
RGB
CMYK
RGB Variations
Color information
#32DFFE (or 0x32DFFE) is known color: Turquoise. HEX triplet: 32, DF and FE. RGB value is (50,223,254). Sum of RGB (Red+Green+Blue) = 50+223+254=527 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.49% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #32DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DFFE is #CD2001. Grayscale: #AEAEAE. Windows color (decimal): -13443074 or 16703282. OLE color: 16703282.
HSL color Cylindrical-coordinate representation of color #32DFFE: hue angle of 189.12º 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 #32DFFE is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 223 | 254 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.00 |
| HSL | 189.12º | 0.99% | 0.6% | - |
| HSV(B) | 189.12º | 0.8% | 1% | - |
| XYZ | 45.59 | 60.61 | 103.06 | - |
| YUV | 174.81 | 172.69 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 223 | 254 | 0.80 | 0.12 | 0 | 0.00 | 189.12 | 0.99 | 0.6 |
| Hex | 32 | DF | FE | 50 | C | 0 | 0 | BD | 63 | 3C |
| Octal | 62 | 337 | 376 | 120 | 14 | 0 | 0 | 275 | 143 | 74 |
| Binary | 110010 | 11011111 | 11111110 | 1010000 | 1100 | 0 | 0 | 10111101 | 1100011 | 111100 |
Color Harmonies of #32DFFE
Complementary color
Monochromatic Colors of #32DFFE
Black with #32DFFE
Text Example
Text Example
White with #32DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DFFE; }
p { color: rgb(50,223,254); }
H1.HeaderClassName
{
color: #32DFFE;
}
.AnyTagClassName
{
color: #32DFFE;
}
</style>
background-color css
<style>
a { background-color: #32DFFE; }
a { background-color: rgb(50,223,254); }
div.DivClassName
{
background-color: #32DFFE;
}
.BgClassName
{
background-color: #32DFFE;
}
</style>
border-color css
<style>
span { border-color: #32DFFE; }
span { border-color: rgb(50,223,254); }
td.TdClassName
{
border-color: #32DFFE;
}
.TagClassName
{
border-color: #32DFFE;
}
</style>