Shades of Bright Turquoise #20E6FD
Tints of Bright Turquoise #20E6FD
RGB
CMYK
RGB Variations
Color information
#20E6FD (or 0x20E6FD) is known color: Bright Turquoise. HEX triplet: 20, E6 and FD. RGB value is (32,230,253). Sum of RGB (Red+Green+Blue) = 32+230+253=515 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.21% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #20E6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E6FD is #DF1902. Grayscale: #ADADAD. Windows color (decimal): -14620931 or 16639520. OLE color: 16639520.
HSL color Cylindrical-coordinate representation of color #20E6FD: hue angle of 186.24º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E6FD is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 230 | 253 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.01 |
| HSL | 186.24º | 0.98% | 0.56% | - |
| HSV(B) | 186.24º | 0.87% | 0.99% | - |
| XYZ | 46.62 | 63.99 | 102.82 | - |
| YUV | 173.42 | 172.9 | 27.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 253 | 0.87 | 0.09 | 0 | 0.01 | 186.24 | 0.98 | 0.56 |
| Hex | 20 | E6 | FD | 57 | 9 | 0 | 1 | BA | 62 | 38 |
| Octal | 40 | 346 | 375 | 127 | 11 | 0 | 1 | 272 | 142 | 70 |
| Binary | 100000 | 11100110 | 11111101 | 1010111 | 1001 | 0 | 1 | 10111010 | 1100010 | 111000 |
Color Harmonies of #20E6FD
Complementary color
Monochromatic Colors of #20E6FD
Black with #20E6FD
Text Example
Text Example
White with #20E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E6FD; }
p { color: rgb(32,230,253); }
H1.HeaderClassName
{
color: #20E6FD;
}
.AnyTagClassName
{
color: #20E6FD;
}
</style>
background-color css
<style>
a { background-color: #20E6FD; }
a { background-color: rgb(32,230,253); }
div.DivClassName
{
background-color: #20E6FD;
}
.BgClassName
{
background-color: #20E6FD;
}
</style>
border-color css
<style>
span { border-color: #20E6FD; }
span { border-color: rgb(32,230,253); }
td.TdClassName
{
border-color: #20E6FD;
}
.TagClassName
{
border-color: #20E6FD;
}
</style>