Shades of Turquoise #32DEFE
Tints of Turquoise #32DEFE
RGB
CMYK
RGB Variations
Color information
#32DEFE (or 0x32DEFE) is known color: Turquoise. HEX triplet: 32, DE and FE. RGB value is (50,222,254). Sum of RGB (Red+Green+Blue) = 50+222+254=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #32DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEFE is #CD2101. Grayscale: #ADADAD. Windows color (decimal): -13443330 or 16703026. OLE color: 16703026.
HSL color Cylindrical-coordinate representation of color #32DEFE: hue angle of 189.41º 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 #32DEFE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 222 | 254 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.00 |
| HSL | 189.41º | 0.99% | 0.6% | - |
| HSV(B) | 189.41º | 0.8% | 1% | - |
| XYZ | 45.33 | 60.08 | 102.97 | - |
| YUV | 174.22 | 173.02 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 254 | 0.80 | 0.13 | 0 | 0.00 | 189.41 | 0.99 | 0.6 |
| Hex | 32 | DE | FE | 50 | D | 0 | 0 | BD | 63 | 3C |
| Octal | 62 | 336 | 376 | 120 | 15 | 0 | 0 | 275 | 143 | 74 |
| Binary | 110010 | 11011110 | 11111110 | 1010000 | 1101 | 0 | 0 | 10111101 | 1100011 | 111100 |
Color Harmonies of #32DEFE
Complementary color
Monochromatic Colors of #32DEFE
Black with #32DEFE
Text Example
Text Example
White with #32DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEFE; }
p { color: rgb(50,222,254); }
H1.HeaderClassName
{
color: #32DEFE;
}
.AnyTagClassName
{
color: #32DEFE;
}
</style>
background-color css
<style>
a { background-color: #32DEFE; }
a { background-color: rgb(50,222,254); }
div.DivClassName
{
background-color: #32DEFE;
}
.BgClassName
{
background-color: #32DEFE;
}
</style>
border-color css
<style>
span { border-color: #32DEFE; }
span { border-color: rgb(50,222,254); }
td.TdClassName
{
border-color: #32DEFE;
}
.TagClassName
{
border-color: #32DEFE;
}
</style>