Shades of Turquoise #32DBEF
Tints of Turquoise #32DBEF
RGB
CMYK
RGB Variations
Color information
#32DBEF (or 0x32DBEF) is known color: Turquoise. HEX triplet: 32, DB and EF. RGB value is (50,219,239). Sum of RGB (Red+Green+Blue) = 50+219+239=508 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.84% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #32DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBEF is #CD2410. Grayscale: #AAAAAA. Windows color (decimal): -13444113 or 15719218. OLE color: 15719218.
HSL color Cylindrical-coordinate representation of color #32DBEF: hue angle of 186.35º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DBEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 219 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 186.35º | 0.86% | 0.57% | - |
| HSV(B) | 186.35º | 0.79% | 0.94% | - |
| XYZ | 42.23 | 57.57 | 90.55 | - |
| YUV | 170.75 | 166.51 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 239 | 0.79 | 0.08 | 0 | 0.06 | 186.35 | 0.86 | 0.57 |
| Hex | 32 | DB | EF | 4F | 8 | 0 | 6 | BA | 56 | 39 |
| Octal | 62 | 333 | 357 | 117 | 10 | 0 | 6 | 272 | 126 | 71 |
| Binary | 110010 | 11011011 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010110 | 111001 |
Color Harmonies of #32DBEF
Complementary color
Monochromatic Colors of #32DBEF
Black with #32DBEF
Text Example
Text Example
White with #32DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBEF; }
p { color: rgb(50,219,239); }
H1.HeaderClassName
{
color: #32DBEF;
}
.AnyTagClassName
{
color: #32DBEF;
}
</style>
background-color css
<style>
a { background-color: #32DBEF; }
a { background-color: rgb(50,219,239); }
div.DivClassName
{
background-color: #32DBEF;
}
.BgClassName
{
background-color: #32DBEF;
}
</style>
border-color css
<style>
span { border-color: #32DBEF; }
span { border-color: rgb(50,219,239); }
td.TdClassName
{
border-color: #32DBEF;
}
.TagClassName
{
border-color: #32DBEF;
}
</style>