Shades of Bright Turquoise #20DAF5
Tints of Bright Turquoise #20DAF5
RGB
CMYK
RGB Variations
Color information
#20DAF5 (or 0x20DAF5) is known color: Bright Turquoise. HEX triplet: 20, DA and F5. RGB value is (32,218,245). Sum of RGB (Red+Green+Blue) = 32+218+245=495 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.46% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #20DAF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DAF5 is #DF250A. Grayscale: #A5A5A5. Windows color (decimal): -14624011 or 16112160. OLE color: 16112160.
HSL color Cylindrical-coordinate representation of color #20DAF5: hue angle of 187.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DAF5 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 218 | 245 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.04 |
| HSL | 187.61º | 0.91% | 0.54% | - |
| HSV(B) | 187.61º | 0.87% | 0.96% | - |
| XYZ | 42.15 | 57.04 | 95.18 | - |
| YUV | 165.46 | 172.88 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 245 | 0.87 | 0.11 | 0 | 0.04 | 187.61 | 0.91 | 0.54 |
| Hex | 20 | DA | F5 | 57 | B | 0 | 4 | BC | 5B | 36 |
| Octal | 40 | 332 | 365 | 127 | 13 | 0 | 4 | 274 | 133 | 66 |
| Binary | 100000 | 11011010 | 11110101 | 1010111 | 1011 | 0 | 100 | 10111100 | 1011011 | 110110 |
Color Harmonies of #20DAF5
Complementary color
Monochromatic Colors of #20DAF5
Black with #20DAF5
Text Example
Text Example
White with #20DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DAF5; }
p { color: rgb(32,218,245); }
H1.HeaderClassName
{
color: #20DAF5;
}
.AnyTagClassName
{
color: #20DAF5;
}
</style>
background-color css
<style>
a { background-color: #20DAF5; }
a { background-color: rgb(32,218,245); }
div.DivClassName
{
background-color: #20DAF5;
}
.BgClassName
{
background-color: #20DAF5;
}
</style>
border-color css
<style>
span { border-color: #20DAF5; }
span { border-color: rgb(32,218,245); }
td.TdClassName
{
border-color: #20DAF5;
}
.TagClassName
{
border-color: #20DAF5;
}
</style>