Shades of Robin's Egg Blue #14D6CB
Tints of Robin's Egg Blue #14D6CB
RGB
CMYK
RGB Variations
Color information
#14D6CB (or 0x14D6CB) is known color: Robin's Egg Blue. HEX triplet: 14, D6 and CB. RGB value is (20,214,203). Sum of RGB (Red+Green+Blue) = 20+214+203=437 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.58% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #14D6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6CB is #EB2934. Grayscale: #9A9A9A. Windows color (decimal): -15411509 or 13358612. OLE color: 13358612.
HSL color Cylindrical-coordinate representation of color #14D6CB: hue angle of 176.6º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D6CB is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 214 | 203 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.16 |
| HSL | 176.6º | 0.83% | 0.46% | - |
| HSV(B) | 176.6º | 0.91% | 0.84% | - |
| XYZ | 35.11 | 52.55 | 64.79 | - |
| YUV | 154.74 | 155.23 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 214 | 203 | 0.91 | 0 | 0.05 | 0.16 | 176.6 | 0.83 | 0.46 |
| Hex | 14 | D6 | CB | 5B | 0 | 5 | 10 | B1 | 53 | 2E |
| Octal | 24 | 326 | 313 | 133 | 0 | 5 | 20 | 261 | 123 | 56 |
| Binary | 10100 | 11010110 | 11001011 | 1011011 | 0 | 101 | 10000 | 10110001 | 1010011 | 101110 |
Color Harmonies of #14D6CB
Complementary color
Monochromatic Colors of #14D6CB
Black with #14D6CB
Text Example
Text Example
White with #14D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D6CB; }
p { color: rgb(20,214,203); }
H1.HeaderClassName
{
color: #14D6CB;
}
.AnyTagClassName
{
color: #14D6CB;
}
</style>
background-color css
<style>
a { background-color: #14D6CB; }
a { background-color: rgb(20,214,203); }
div.DivClassName
{
background-color: #14D6CB;
}
.BgClassName
{
background-color: #14D6CB;
}
</style>
border-color css
<style>
span { border-color: #14D6CB; }
span { border-color: rgb(20,214,203); }
td.TdClassName
{
border-color: #14D6CB;
}
.TagClassName
{
border-color: #14D6CB;
}
</style>