Shades of Turquoise #32DBFE
Tints of Turquoise #32DBFE
RGB
CMYK
RGB Variations
Color information
#32DBFE (or 0x32DBFE) is known color: Turquoise. HEX triplet: 32, DB and FE. RGB value is (50,219,254). Sum of RGB (Red+Green+Blue) = 50+219+254=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #32DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBFE is #CD2401. Grayscale: #ACACAC. Windows color (decimal): -13444098 or 16702258. OLE color: 16702258.
HSL color Cylindrical-coordinate representation of color #32DBFE: hue angle of 190.29º 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 #32DBFE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 219 | 254 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.00 |
| HSL | 190.29º | 0.99% | 0.6% | - |
| HSV(B) | 190.29º | 0.8% | 1% | - |
| XYZ | 44.54 | 58.5 | 102.71 | - |
| YUV | 172.46 | 174.01 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 254 | 0.80 | 0.14 | 0 | 0.00 | 190.29 | 0.99 | 0.6 |
| Hex | 32 | DB | FE | 50 | E | 0 | 0 | BE | 63 | 3C |
| Octal | 62 | 333 | 376 | 120 | 16 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110010 | 11011011 | 11111110 | 1010000 | 1110 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #32DBFE
Complementary color
Monochromatic Colors of #32DBFE
Black with #32DBFE
Text Example
Text Example
White with #32DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBFE; }
p { color: rgb(50,219,254); }
H1.HeaderClassName
{
color: #32DBFE;
}
.AnyTagClassName
{
color: #32DBFE;
}
</style>
background-color css
<style>
a { background-color: #32DBFE; }
a { background-color: rgb(50,219,254); }
div.DivClassName
{
background-color: #32DBFE;
}
.BgClassName
{
background-color: #32DBFE;
}
</style>
border-color css
<style>
span { border-color: #32DBFE; }
span { border-color: rgb(50,219,254); }
td.TdClassName
{
border-color: #32DBFE;
}
.TagClassName
{
border-color: #32DBFE;
}
</style>