Shades of Bright Turquoise #20DBEF
Tints of Bright Turquoise #20DBEF
RGB
CMYK
RGB Variations
Color information
#20DBEF (or 0x20DBEF) is known color: Bright Turquoise. HEX triplet: 20, DB and EF. RGB value is (32,219,239). Sum of RGB (Red+Green+Blue) = 32+219+239=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #20DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBEF is #DF2410. Grayscale: #A5A5A5. Windows color (decimal): -14623761 or 15719200. OLE color: 15719200.
HSL color Cylindrical-coordinate representation of color #20DBEF: hue angle of 185.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DBEF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 219 | 239 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.06 |
| HSL | 185.8º | 0.87% | 0.53% | - |
| HSV(B) | 185.8º | 0.87% | 0.94% | - |
| XYZ | 41.51 | 57.2 | 90.51 | - |
| YUV | 165.37 | 169.55 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 239 | 0.87 | 0.08 | 0 | 0.06 | 185.8 | 0.87 | 0.53 |
| Hex | 20 | DB | EF | 57 | 8 | 0 | 6 | BA | 57 | 35 |
| Octal | 40 | 333 | 357 | 127 | 10 | 0 | 6 | 272 | 127 | 65 |
| Binary | 100000 | 11011011 | 11101111 | 1010111 | 1000 | 0 | 110 | 10111010 | 1010111 | 110101 |
Color Harmonies of #20DBEF
Complementary color
Monochromatic Colors of #20DBEF
Black with #20DBEF
Text Example
Text Example
White with #20DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBEF; }
p { color: rgb(32,219,239); }
H1.HeaderClassName
{
color: #20DBEF;
}
.AnyTagClassName
{
color: #20DBEF;
}
</style>
background-color css
<style>
a { background-color: #20DBEF; }
a { background-color: rgb(32,219,239); }
div.DivClassName
{
background-color: #20DBEF;
}
.BgClassName
{
background-color: #20DBEF;
}
</style>
border-color css
<style>
span { border-color: #20DBEF; }
span { border-color: rgb(32,219,239); }
td.TdClassName
{
border-color: #20DBEF;
}
.TagClassName
{
border-color: #20DBEF;
}
</style>