Shades of Robin's Egg Blue #14D0CC
Tints of Robin's Egg Blue #14D0CC
RGB
CMYK
RGB Variations
Color information
#14D0CC (or 0x14D0CC) is known color: Robin's Egg Blue. HEX triplet: 14, D0 and CC. RGB value is (20,208,204). Sum of RGB (Red+Green+Blue) = 20+208+204=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #14D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D0CC is #EB2F33. Grayscale: #979797. Windows color (decimal): -15413044 or 13422612. OLE color: 13422612.
HSL color Cylindrical-coordinate representation of color #14D0CC: hue angle of 178.72º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D0CC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 204 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.18 |
| HSL | 178.72º | 0.82% | 0.45% | - |
| HSV(B) | 178.72º | 0.9% | 0.82% | - |
| XYZ | 33.74 | 49.62 | 64.93 | - |
| YUV | 151.33 | 157.72 | 34.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 204 | 0.90 | 0 | 0.02 | 0.18 | 178.72 | 0.82 | 0.45 |
| Hex | 14 | D0 | CC | 5A | 0 | 2 | 12 | B3 | 52 | 2D |
| Octal | 24 | 320 | 314 | 132 | 0 | 2 | 22 | 263 | 122 | 55 |
| Binary | 10100 | 11010000 | 11001100 | 1011010 | 0 | 10 | 10010 | 10110011 | 1010010 | 101101 |
Color Harmonies of #14D0CC
Complementary color
Monochromatic Colors of #14D0CC
Black with #14D0CC
Text Example
Text Example
White with #14D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D0CC; }
p { color: rgb(20,208,204); }
H1.HeaderClassName
{
color: #14D0CC;
}
.AnyTagClassName
{
color: #14D0CC;
}
</style>
background-color css
<style>
a { background-color: #14D0CC; }
a { background-color: rgb(20,208,204); }
div.DivClassName
{
background-color: #14D0CC;
}
.BgClassName
{
background-color: #14D0CC;
}
</style>
border-color css
<style>
span { border-color: #14D0CC; }
span { border-color: rgb(20,208,204); }
td.TdClassName
{
border-color: #14D0CC;
}
.TagClassName
{
border-color: #14D0CC;
}
</style>