Shades of Bright Turquoise #20FFCB
Tints of Bright Turquoise #20FFCB
RGB
CMYK
RGB Variations
Color information
#20FFCB (or 0x20FFCB) is known color: Bright Turquoise. HEX triplet: 20, FF and CB. RGB value is (32,255,203). Sum of RGB (Red+Green+Blue) = 32+255+203=490 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.53% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FFCB is #DF0034. Grayscale: #B6B6B6. Windows color (decimal): -14614581 or 13369120. OLE color: 13369120.
HSL color Cylindrical-coordinate representation of color #20FFCB: hue angle of 166.01º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FFCB is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 203 | - |
| CMYK | 0.87 | 0 | 0.20 | 0 |
| HSL | 166.01º | 1% | 0.56% | - |
| HSV(B) | 166.01º | 0.87% | 1% | - |
| XYZ | 47.14 | 76.14 | 68.71 | - |
| YUV | 182.4 | 139.62 | 20.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 203 | 0.87 | 0 | 0.20 | 0 | 166.01 | 1 | 0.56 |
| Hex | 20 | FF | CB | 57 | 0 | 14 | 0 | A6 | 64 | 38 |
| Octal | 40 | 377 | 313 | 127 | 0 | 24 | 0 | 246 | 144 | 70 |
| Binary | 100000 | 11111111 | 11001011 | 1010111 | 0 | 10100 | 0 | 10100110 | 1100100 | 111000 |
Color Harmonies of #20FFCB
Complementary color
Monochromatic Colors of #20FFCB
Black with #20FFCB
Text Example
Text Example
White with #20FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FFCB; }
p { color: rgb(32,255,203); }
H1.HeaderClassName
{
color: #20FFCB;
}
.AnyTagClassName
{
color: #20FFCB;
}
</style>
background-color css
<style>
a { background-color: #20FFCB; }
a { background-color: rgb(32,255,203); }
div.DivClassName
{
background-color: #20FFCB;
}
.BgClassName
{
background-color: #20FFCB;
}
</style>
border-color css
<style>
span { border-color: #20FFCB; }
span { border-color: rgb(32,255,203); }
td.TdClassName
{
border-color: #20FFCB;
}
.TagClassName
{
border-color: #20FFCB;
}
</style>