Shades of Turquoise #32DCFF
Tints of Turquoise #32DCFF
RGB
CMYK
RGB Variations
Color information
#32DCFF (or 0x32DCFF) is known color: Turquoise. HEX triplet: 32, DC and FF. RGB value is (50,220,255). Sum of RGB (Red+Green+Blue) = 50+220+255=525 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.52% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #32DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DCFF is #CD2300. Grayscale: #ACACAC. Windows color (decimal): -13443841 or 16768050. OLE color: 16768050.
HSL color Cylindrical-coordinate representation of color #32DCFF: hue angle of 190.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32DCFF is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 220 | 255 | - |
| CMYK | 0.80 | 0.14 | 0 | 0 |
| HSL | 190.24º | 1% | 0.6% | - |
| HSV(B) | 190.24º | 0.8% | 1% | - |
| XYZ | 44.96 | 59.08 | 103.64 | - |
| YUV | 173.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 220 | 255 | 0.80 | 0.14 | 0 | 0 | 190.24 | 1 | 0.6 |
| Hex | 32 | DC | FF | 50 | E | 0 | 0 | BE | 64 | 3C |
| Octal | 62 | 334 | 377 | 120 | 16 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110010 | 11011100 | 11111111 | 1010000 | 1110 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #32DCFF
Complementary color
Monochromatic Colors of #32DCFF
Black with #32DCFF
Text Example
Text Example
White with #32DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DCFF; }
p { color: rgb(50,220,255); }
H1.HeaderClassName
{
color: #32DCFF;
}
.AnyTagClassName
{
color: #32DCFF;
}
</style>
background-color css
<style>
a { background-color: #32DCFF; }
a { background-color: rgb(50,220,255); }
div.DivClassName
{
background-color: #32DCFF;
}
.BgClassName
{
background-color: #32DCFF;
}
</style>
border-color css
<style>
span { border-color: #32DCFF; }
span { border-color: rgb(50,220,255); }
td.TdClassName
{
border-color: #32DCFF;
}
.TagClassName
{
border-color: #32DCFF;
}
</style>