Shades of Robin's Egg Blue #20D1CC
Tints of Robin's Egg Blue #20D1CC
RGB
CMYK
RGB Variations
Color information
#20D1CC (or 0x20D1CC) is known color: Robin's Egg Blue. HEX triplet: 20, D1 and CC. RGB value is (32,209,204). Sum of RGB (Red+Green+Blue) = 32+209+204=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #20D1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D1CC is #DF2E33. Grayscale: #9B9B9B. Windows color (decimal): -14626356 or 13422880. OLE color: 13422880.
HSL color Cylindrical-coordinate representation of color #20D1CC: hue angle of 178.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D1CC is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 204 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.18 |
| HSL | 178.31º | 0.73% | 0.47% | - |
| HSV(B) | 178.31º | 0.85% | 0.82% | - |
| XYZ | 34.3 | 50.27 | 65.02 | - |
| YUV | 155.51 | 155.36 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 204 | 0.85 | 0 | 0.02 | 0.18 | 178.31 | 0.73 | 0.47 |
| Hex | 20 | D1 | CC | 55 | 0 | 2 | 12 | B2 | 49 | 2F |
| Octal | 40 | 321 | 314 | 125 | 0 | 2 | 22 | 262 | 111 | 57 |
| Binary | 100000 | 11010001 | 11001100 | 1010101 | 0 | 10 | 10010 | 10110010 | 1001001 | 101111 |
Color Harmonies of #20D1CC
Complementary color
Monochromatic Colors of #20D1CC
Black with #20D1CC
Text Example
Text Example
White with #20D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D1CC; }
p { color: rgb(32,209,204); }
H1.HeaderClassName
{
color: #20D1CC;
}
.AnyTagClassName
{
color: #20D1CC;
}
</style>
background-color css
<style>
a { background-color: #20D1CC; }
a { background-color: rgb(32,209,204); }
div.DivClassName
{
background-color: #20D1CC;
}
.BgClassName
{
background-color: #20D1CC;
}
</style>
border-color css
<style>
span { border-color: #20D1CC; }
span { border-color: rgb(32,209,204); }
td.TdClassName
{
border-color: #20D1CC;
}
.TagClassName
{
border-color: #20D1CC;
}
</style>