Shades of Turquoise #32DEFF
Tints of Turquoise #32DEFF
RGB
CMYK
RGB Variations
Color information
#32DEFF (or 0x32DEFF) is known color: Turquoise. HEX triplet: 32, DE and FF. RGB value is (50,222,255). Sum of RGB (Red+Green+Blue) = 50+222+255=527 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.49% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #32DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEFF is #CD2100. Grayscale: #AEAEAE. Windows color (decimal): -13443329 or 16768562. OLE color: 16768562.
HSL color Cylindrical-coordinate representation of color #32DEFF: hue angle of 189.66º 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 #32DEFF is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 222 | 255 | - |
| CMYK | 0.80 | 0.13 | 0 | 0 |
| HSL | 189.66º | 1% | 0.6% | - |
| HSV(B) | 189.66º | 0.8% | 1% | - |
| XYZ | 45.49 | 60.14 | 103.82 | - |
| YUV | 174.33 | 173.52 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 255 | 0.80 | 0.13 | 0 | 0 | 189.66 | 1 | 0.6 |
| Hex | 32 | DE | FF | 50 | D | 0 | 0 | BE | 64 | 3C |
| Octal | 62 | 336 | 377 | 120 | 15 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110010 | 11011110 | 11111111 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #32DEFF
Complementary color
Monochromatic Colors of #32DEFF
Black with #32DEFF
Text Example
Text Example
White with #32DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEFF; }
p { color: rgb(50,222,255); }
H1.HeaderClassName
{
color: #32DEFF;
}
.AnyTagClassName
{
color: #32DEFF;
}
</style>
background-color css
<style>
a { background-color: #32DEFF; }
a { background-color: rgb(50,222,255); }
div.DivClassName
{
background-color: #32DEFF;
}
.BgClassName
{
background-color: #32DEFF;
}
</style>
border-color css
<style>
span { border-color: #32DEFF; }
span { border-color: rgb(50,222,255); }
td.TdClassName
{
border-color: #32DEFF;
}
.TagClassName
{
border-color: #32DEFF;
}
</style>