Shades of Robin's Egg Blue #14DDBD
Tints of Robin's Egg Blue #14DDBD
RGB
CMYK
RGB Variations
Color information
#14DDBD (or 0x14DDBD) is known color: Robin's Egg Blue. HEX triplet: 14, DD and BD. RGB value is (20,221,189). Sum of RGB (Red+Green+Blue) = 20+221+189=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDBD is #EB2242. Grayscale: #9D9D9D. Windows color (decimal): -15409731 or 12442900. OLE color: 12442900.
HSL color Cylindrical-coordinate representation of color #14DDBD: hue angle of 170.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DDBD is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 221 | 189 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.13 |
| HSL | 170.45º | 0.83% | 0.47% | - |
| HSV(B) | 170.45º | 0.91% | 0.87% | - |
| XYZ | 35.33 | 55.54 | 57 | - |
| YUV | 157.25 | 145.91 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 189 | 0.91 | 0 | 0.14 | 0.13 | 170.45 | 0.83 | 0.47 |
| Hex | 14 | DD | BD | 5B | 0 | E | D | AA | 53 | 2F |
| Octal | 24 | 335 | 275 | 133 | 0 | 16 | 15 | 252 | 123 | 57 |
| Binary | 10100 | 11011101 | 10111101 | 1011011 | 0 | 1110 | 1101 | 10101010 | 1010011 | 101111 |
Color Harmonies of #14DDBD
Complementary color
Monochromatic Colors of #14DDBD
Black with #14DDBD
Text Example
Text Example
White with #14DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDBD; }
p { color: rgb(20,221,189); }
H1.HeaderClassName
{
color: #14DDBD;
}
.AnyTagClassName
{
color: #14DDBD;
}
</style>
background-color css
<style>
a { background-color: #14DDBD; }
a { background-color: rgb(20,221,189); }
div.DivClassName
{
background-color: #14DDBD;
}
.BgClassName
{
background-color: #14DDBD;
}
</style>
border-color css
<style>
span { border-color: #14DDBD; }
span { border-color: rgb(20,221,189); }
td.TdClassName
{
border-color: #14DDBD;
}
.TagClassName
{
border-color: #14DDBD;
}
</style>