Shades of Bright Turquoise #20FBE5
Tints of Bright Turquoise #20FBE5
RGB
CMYK
RGB Variations
Color information
#20FBE5 (or 0x20FBE5) is known color: Bright Turquoise. HEX triplet: 20, FB and E5. RGB value is (32,251,229). Sum of RGB (Red+Green+Blue) = 32+251+229=512 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.25% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FBE5 is #DF041A. Grayscale: #B6B6B6. Windows color (decimal): -14615579 or 15072032. OLE color: 15072032.
HSL color Cylindrical-coordinate representation of color #20FBE5: hue angle of 173.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FBE5 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 229 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.02 |
| HSL | 173.97º | 0.96% | 0.55% | - |
| HSV(B) | 173.97º | 0.87% | 0.98% | - |
| XYZ | 49.24 | 74.96 | 86 | - |
| YUV | 183.01 | 153.95 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 229 | 0.87 | 0 | 0.09 | 0.02 | 173.97 | 0.96 | 0.55 |
| Hex | 20 | FB | E5 | 57 | 0 | 9 | 2 | AE | 60 | 37 |
| Octal | 40 | 373 | 345 | 127 | 0 | 11 | 2 | 256 | 140 | 67 |
| Binary | 100000 | 11111011 | 11100101 | 1010111 | 0 | 1001 | 10 | 10101110 | 1100000 | 110111 |
Color Harmonies of #20FBE5
Complementary color
Monochromatic Colors of #20FBE5
Black with #20FBE5
Text Example
Text Example
White with #20FBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FBE5; }
p { color: rgb(32,251,229); }
H1.HeaderClassName
{
color: #20FBE5;
}
.AnyTagClassName
{
color: #20FBE5;
}
</style>
background-color css
<style>
a { background-color: #20FBE5; }
a { background-color: rgb(32,251,229); }
div.DivClassName
{
background-color: #20FBE5;
}
.BgClassName
{
background-color: #20FBE5;
}
</style>
border-color css
<style>
span { border-color: #20FBE5; }
span { border-color: rgb(32,251,229); }
td.TdClassName
{
border-color: #20FBE5;
}
.TagClassName
{
border-color: #20FBE5;
}
</style>