Shades of Robin's Egg Blue #20CFCC
Tints of Robin's Egg Blue #20CFCC
RGB
CMYK
RGB Variations
Color information
#20CFCC (or 0x20CFCC) is known color: Robin's Egg Blue. HEX triplet: 20, CF and CC. RGB value is (32,207,204). Sum of RGB (Red+Green+Blue) = 32+207+204=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFCC is #DF3033. Grayscale: #9A9A9A. Windows color (decimal): -14626868 or 13422368. OLE color: 13422368.
HSL color Cylindrical-coordinate representation of color #20CFCC: hue angle of 178.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFCC is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 204 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.19 |
| HSL | 178.97º | 0.73% | 0.47% | - |
| HSV(B) | 178.97º | 0.85% | 0.81% | - |
| XYZ | 33.81 | 49.29 | 64.86 | - |
| YUV | 154.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 204 | 0.85 | 0 | 0.01 | 0.19 | 178.97 | 0.73 | 0.47 |
| Hex | 20 | CF | CC | 55 | 0 | 1 | 13 | B3 | 49 | 2F |
| Octal | 40 | 317 | 314 | 125 | 0 | 1 | 23 | 263 | 111 | 57 |
| Binary | 100000 | 11001111 | 11001100 | 1010101 | 0 | 1 | 10011 | 10110011 | 1001001 | 101111 |
Color Harmonies of #20CFCC
Complementary color
Monochromatic Colors of #20CFCC
Black with #20CFCC
Text Example
Text Example
White with #20CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CFCC; }
p { color: rgb(32,207,204); }
H1.HeaderClassName
{
color: #20CFCC;
}
.AnyTagClassName
{
color: #20CFCC;
}
</style>
background-color css
<style>
a { background-color: #20CFCC; }
a { background-color: rgb(32,207,204); }
div.DivClassName
{
background-color: #20CFCC;
}
.BgClassName
{
background-color: #20CFCC;
}
</style>
border-color css
<style>
span { border-color: #20CFCC; }
span { border-color: rgb(32,207,204); }
td.TdClassName
{
border-color: #20CFCC;
}
.TagClassName
{
border-color: #20CFCC;
}
</style>