Shades of Turquoise #20FBBE
Tints of Turquoise #20FBBE
RGB
CMYK
RGB Variations
Color information
#20FBBE (or 0x20FBBE) is known color: Turquoise. HEX triplet: 20, FB and BE. RGB value is (32,251,190). Sum of RGB (Red+Green+Blue) = 32+251+190=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FBBE is #DF0441. Grayscale: #B2B2B2. Windows color (decimal): -14615618 or 12516128. OLE color: 12516128.
HSL color Cylindrical-coordinate representation of color #20FBBE: hue angle of 163.29º 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 #20FBBE is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 251 | 190 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.02 |
| HSL | 163.29º | 0.96% | 0.55% | - |
| HSV(B) | 163.29º | 0.87% | 0.98% | - |
| XYZ | 44.39 | 73.02 | 60.47 | - |
| YUV | 178.57 | 134.45 | 23.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 251 | 190 | 0.87 | 0 | 0.24 | 0.02 | 163.29 | 0.96 | 0.55 |
| Hex | 20 | FB | BE | 57 | 0 | 18 | 2 | A3 | 60 | 37 |
| Octal | 40 | 373 | 276 | 127 | 0 | 30 | 2 | 243 | 140 | 67 |
| Binary | 100000 | 11111011 | 10111110 | 1010111 | 0 | 11000 | 10 | 10100011 | 1100000 | 110111 |
Color Harmonies of #20FBBE
Complementary color
Monochromatic Colors of #20FBBE
Black with #20FBBE
Text Example
Text Example
White with #20FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FBBE; }
p { color: rgb(32,251,190); }
H1.HeaderClassName
{
color: #20FBBE;
}
.AnyTagClassName
{
color: #20FBBE;
}
</style>
background-color css
<style>
a { background-color: #20FBBE; }
a { background-color: rgb(32,251,190); }
div.DivClassName
{
background-color: #20FBBE;
}
.BgClassName
{
background-color: #20FBBE;
}
</style>
border-color css
<style>
span { border-color: #20FBBE; }
span { border-color: rgb(32,251,190); }
td.TdClassName
{
border-color: #20FBBE;
}
.TagClassName
{
border-color: #20FBBE;
}
</style>