Shades of Bright Turquoise #20FCE8
Tints of Bright Turquoise #20FCE8
RGB
CMYK
RGB Variations
Color information
#20FCE8 (or 0x20FCE8) is known color: Bright Turquoise. HEX triplet: 20, FC and E8. RGB value is (32,252,232). Sum of RGB (Red+Green+Blue) = 32+252+232=516 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.20% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20FCE8 is #DF0317. Grayscale: #B7B7B7. Windows color (decimal): -14615320 or 15268896. OLE color: 15268896.
HSL color Cylindrical-coordinate representation of color #20FCE8: hue angle of 174.55º degrees, saturation: 0.97, 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 #20FCE8 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 232 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.01 |
| HSL | 174.55º | 0.97% | 0.56% | - |
| HSV(B) | 174.55º | 0.87% | 0.99% | - |
| XYZ | 49.97 | 75.75 | 88.33 | - |
| YUV | 183.94 | 155.11 | 19.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 232 | 0.87 | 0 | 0.08 | 0.01 | 174.55 | 0.97 | 0.56 |
| Hex | 20 | FC | E8 | 57 | 0 | 8 | 1 | AF | 61 | 38 |
| Octal | 40 | 374 | 350 | 127 | 0 | 10 | 1 | 257 | 141 | 70 |
| Binary | 100000 | 11111100 | 11101000 | 1010111 | 0 | 1000 | 1 | 10101111 | 1100001 | 111000 |
Color Harmonies of #20FCE8
Complementary color
Monochromatic Colors of #20FCE8
Black with #20FCE8
Text Example
Text Example
White with #20FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCE8; }
p { color: rgb(32,252,232); }
H1.HeaderClassName
{
color: #20FCE8;
}
.AnyTagClassName
{
color: #20FCE8;
}
</style>
background-color css
<style>
a { background-color: #20FCE8; }
a { background-color: rgb(32,252,232); }
div.DivClassName
{
background-color: #20FCE8;
}
.BgClassName
{
background-color: #20FCE8;
}
</style>
border-color css
<style>
span { border-color: #20FCE8; }
span { border-color: rgb(32,252,232); }
td.TdClassName
{
border-color: #20FCE8;
}
.TagClassName
{
border-color: #20FCE8;
}
</style>