Shades of Bright Turquoise #20DDFE
Tints of Bright Turquoise #20DDFE
RGB
CMYK
RGB Variations
Color information
#20DDFE (or 0x20DDFE) is known color: Bright Turquoise. HEX triplet: 20, DD and FE. RGB value is (32,221,254). Sum of RGB (Red+Green+Blue) = 32+221+254=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #20DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DDFE is #DF2201. Grayscale: #A7A7A7. Windows color (decimal): -14623234 or 16702752. OLE color: 16702752.
HSL color Cylindrical-coordinate representation of color #20DDFE: hue angle of 188.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DDFE is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 221 | 254 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.00 |
| HSL | 188.92º | 0.99% | 0.56% | - |
| HSV(B) | 188.92º | 0.87% | 1% | - |
| XYZ | 44.34 | 59.18 | 102.85 | - |
| YUV | 168.25 | 176.38 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 254 | 0.87 | 0.13 | 0 | 0.00 | 188.92 | 0.99 | 0.56 |
| Hex | 20 | DD | FE | 57 | D | 0 | 0 | BD | 63 | 38 |
| Octal | 40 | 335 | 376 | 127 | 15 | 0 | 0 | 275 | 143 | 70 |
| Binary | 100000 | 11011101 | 11111110 | 1010111 | 1101 | 0 | 0 | 10111101 | 1100011 | 111000 |
Color Harmonies of #20DDFE
Complementary color
Monochromatic Colors of #20DDFE
Black with #20DDFE
Text Example
Text Example
White with #20DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDFE; }
p { color: rgb(32,221,254); }
H1.HeaderClassName
{
color: #20DDFE;
}
.AnyTagClassName
{
color: #20DDFE;
}
</style>
background-color css
<style>
a { background-color: #20DDFE; }
a { background-color: rgb(32,221,254); }
div.DivClassName
{
background-color: #20DDFE;
}
.BgClassName
{
background-color: #20DDFE;
}
</style>
border-color css
<style>
span { border-color: #20DDFE; }
span { border-color: rgb(32,221,254); }
td.TdClassName
{
border-color: #20DDFE;
}
.TagClassName
{
border-color: #20DDFE;
}
</style>