Shades of Bright Turquoise #20F0CB
Tints of Bright Turquoise #20F0CB
RGB
CMYK
RGB Variations
Color information
#20F0CB (or 0x20F0CB) is known color: Bright Turquoise. HEX triplet: 20, F0 and CB. RGB value is (32,240,203). Sum of RGB (Red+Green+Blue) = 32+240+203=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #20F0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F0CB is #DF0F34. Grayscale: #ADADAD. Windows color (decimal): -14618421 or 13365280. OLE color: 13365280.
HSL color Cylindrical-coordinate representation of color #20F0CB: hue angle of 169.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F0CB is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 240 | 203 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.06 |
| HSL | 169.33º | 0.87% | 0.53% | - |
| HSV(B) | 169.33º | 0.87% | 0.94% | - |
| XYZ | 42.54 | 66.94 | 67.18 | - |
| YUV | 173.59 | 144.59 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 240 | 203 | 0.87 | 0 | 0.15 | 0.06 | 169.33 | 0.87 | 0.53 |
| Hex | 20 | F0 | CB | 57 | 0 | F | 6 | A9 | 57 | 35 |
| Octal | 40 | 360 | 313 | 127 | 0 | 17 | 6 | 251 | 127 | 65 |
| Binary | 100000 | 11110000 | 11001011 | 1010111 | 0 | 1111 | 110 | 10101001 | 1010111 | 110101 |
Color Harmonies of #20F0CB
Complementary color
Monochromatic Colors of #20F0CB
Black with #20F0CB
Text Example
Text Example
White with #20F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F0CB; }
p { color: rgb(32,240,203); }
H1.HeaderClassName
{
color: #20F0CB;
}
.AnyTagClassName
{
color: #20F0CB;
}
</style>
background-color css
<style>
a { background-color: #20F0CB; }
a { background-color: rgb(32,240,203); }
div.DivClassName
{
background-color: #20F0CB;
}
.BgClassName
{
background-color: #20F0CB;
}
</style>
border-color css
<style>
span { border-color: #20F0CB; }
span { border-color: rgb(32,240,203); }
td.TdClassName
{
border-color: #20F0CB;
}
.TagClassName
{
border-color: #20F0CB;
}
</style>