Shades of Turquoise #32DCFE
Tints of Turquoise #32DCFE
RGB
CMYK
RGB Variations
Color information
#32DCFE (or 0x32DCFE) is known color: Turquoise. HEX triplet: 32, DC and FE. RGB value is (50,220,254). Sum of RGB (Red+Green+Blue) = 50+220+254=524 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.54% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #32DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DCFE is #CD2301. Grayscale: #ACACAC. Windows color (decimal): -13443842 or 16702514. OLE color: 16702514.
HSL color Cylindrical-coordinate representation of color #32DCFE: hue angle of 190º 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 #32DCFE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 220 | 254 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.00 |
| HSL | 190º | 0.99% | 0.6% | - |
| HSV(B) | 190º | 0.8% | 1% | - |
| XYZ | 44.8 | 59.02 | 102.8 | - |
| YUV | 173.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 254 | 0.80 | 0.13 | 0 | 0.00 | 190 | 0.99 | 0.6 |
| Hex | 32 | DC | FE | 50 | D | 0 | 0 | BE | 63 | 3C |
| Octal | 62 | 334 | 376 | 120 | 15 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110010 | 11011100 | 11111110 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #32DCFE
Complementary color
Monochromatic Colors of #32DCFE
Black with #32DCFE
Text Example
Text Example
White with #32DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCFE; }
p { color: rgb(50,220,254); }
H1.HeaderClassName
{
color: #32DCFE;
}
.AnyTagClassName
{
color: #32DCFE;
}
</style>
background-color css
<style>
a { background-color: #32DCFE; }
a { background-color: rgb(50,220,254); }
div.DivClassName
{
background-color: #32DCFE;
}
.BgClassName
{
background-color: #32DCFE;
}
</style>
border-color css
<style>
span { border-color: #32DCFE; }
span { border-color: rgb(50,220,254); }
td.TdClassName
{
border-color: #32DCFE;
}
.TagClassName
{
border-color: #32DCFE;
}
</style>