Shades of Bright Turquoise #20DBF8
Tints of Bright Turquoise #20DBF8
RGB
CMYK
RGB Variations
Color information
#20DBF8 (or 0x20DBF8) is known color: Bright Turquoise. HEX triplet: 20, DB and F8. RGB value is (32,219,248). Sum of RGB (Red+Green+Blue) = 32+219+248=499 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.41% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #20DBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DBF8 is #DF2407. Grayscale: #A6A6A6. Windows color (decimal): -14623752 or 16309024. OLE color: 16309024.
HSL color Cylindrical-coordinate representation of color #20DBF8: hue angle of 188.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DBF8 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 219 | 248 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.03 |
| HSL | 188.06º | 0.94% | 0.55% | - |
| HSV(B) | 188.06º | 0.87% | 0.97% | - |
| XYZ | 42.87 | 57.75 | 97.69 | - |
| YUV | 166.39 | 174.05 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 248 | 0.87 | 0.12 | 0 | 0.03 | 188.06 | 0.94 | 0.55 |
| Hex | 20 | DB | F8 | 57 | C | 0 | 3 | BC | 5E | 37 |
| Octal | 40 | 333 | 370 | 127 | 14 | 0 | 3 | 274 | 136 | 67 |
| Binary | 100000 | 11011011 | 11111000 | 1010111 | 1100 | 0 | 11 | 10111100 | 1011110 | 110111 |
Color Harmonies of #20DBF8
Complementary color
Monochromatic Colors of #20DBF8
Black with #20DBF8
Text Example
Text Example
White with #20DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DBF8; }
p { color: rgb(32,219,248); }
H1.HeaderClassName
{
color: #20DBF8;
}
.AnyTagClassName
{
color: #20DBF8;
}
</style>
background-color css
<style>
a { background-color: #20DBF8; }
a { background-color: rgb(32,219,248); }
div.DivClassName
{
background-color: #20DBF8;
}
.BgClassName
{
background-color: #20DBF8;
}
</style>
border-color css
<style>
span { border-color: #20DBF8; }
span { border-color: rgb(32,219,248); }
td.TdClassName
{
border-color: #20DBF8;
}
.TagClassName
{
border-color: #20DBF8;
}
</style>