Shades of Bright Turquoise #20FECE
Tints of Bright Turquoise #20FECE
RGB
CMYK
RGB Variations
Color information
#20FECE (or 0x20FECE) is known color: Bright Turquoise. HEX triplet: 20, FE and CE. RGB value is (32,254,206). Sum of RGB (Red+Green+Blue) = 32+254+206=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #20FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FECE is #DF0131. Grayscale: #B6B6B6. Windows color (decimal): -14614834 or 13565472. OLE color: 13565472.
HSL color Cylindrical-coordinate representation of color #20FECE: hue angle of 167.03º 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 #20FECE is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 254 | 206 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.00 |
| HSL | 167.03º | 0.99% | 0.56% | - |
| HSV(B) | 167.03º | 0.87% | 1% | - |
| XYZ | 47.18 | 75.65 | 70.51 | - |
| YUV | 182.15 | 141.45 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 254 | 206 | 0.87 | 0 | 0.19 | 0.00 | 167.03 | 0.99 | 0.56 |
| Hex | 20 | FE | CE | 57 | 0 | 13 | 0 | A7 | 63 | 38 |
| Octal | 40 | 376 | 316 | 127 | 0 | 23 | 0 | 247 | 143 | 70 |
| Binary | 100000 | 11111110 | 11001110 | 1010111 | 0 | 10011 | 0 | 10100111 | 1100011 | 111000 |
Color Harmonies of #20FECE
Complementary color
Monochromatic Colors of #20FECE
Black with #20FECE
Text Example
Text Example
White with #20FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FECE; }
p { color: rgb(32,254,206); }
H1.HeaderClassName
{
color: #20FECE;
}
.AnyTagClassName
{
color: #20FECE;
}
</style>
background-color css
<style>
a { background-color: #20FECE; }
a { background-color: rgb(32,254,206); }
div.DivClassName
{
background-color: #20FECE;
}
.BgClassName
{
background-color: #20FECE;
}
</style>
border-color css
<style>
span { border-color: #20FECE; }
span { border-color: rgb(32,254,206); }
td.TdClassName
{
border-color: #20FECE;
}
.TagClassName
{
border-color: #20FECE;
}
</style>