Shades of Robin's Egg Blue #14DFBE
Tints of Robin's Egg Blue #14DFBE
RGB
CMYK
RGB Variations
Color information
#14DFBE (or 0x14DFBE) is known color: Robin's Egg Blue. HEX triplet: 14, DF and BE. RGB value is (20,223,190). Sum of RGB (Red+Green+Blue) = 20+223+190=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFBE is #EB2041. Grayscale: #9E9E9E. Windows color (decimal): -15409218 or 12508948. OLE color: 12508948.
HSL color Cylindrical-coordinate representation of color #14DFBE: hue angle of 170.25º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DFBE is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 190 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.13 |
| HSL | 170.25º | 0.84% | 0.48% | - |
| HSV(B) | 170.25º | 0.91% | 0.87% | - |
| XYZ | 35.97 | 56.64 | 57.75 | - |
| YUV | 158.54 | 145.75 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 190 | 0.91 | 0 | 0.15 | 0.13 | 170.25 | 0.84 | 0.48 |
| Hex | 14 | DF | BE | 5B | 0 | F | D | AA | 54 | 30 |
| Octal | 24 | 337 | 276 | 133 | 0 | 17 | 15 | 252 | 124 | 60 |
| Binary | 10100 | 11011111 | 10111110 | 1011011 | 0 | 1111 | 1101 | 10101010 | 1010100 | 110000 |
Color Harmonies of #14DFBE
Complementary color
Monochromatic Colors of #14DFBE
Black with #14DFBE
Text Example
Text Example
White with #14DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFBE; }
p { color: rgb(20,223,190); }
H1.HeaderClassName
{
color: #14DFBE;
}
.AnyTagClassName
{
color: #14DFBE;
}
</style>
background-color css
<style>
a { background-color: #14DFBE; }
a { background-color: rgb(20,223,190); }
div.DivClassName
{
background-color: #14DFBE;
}
.BgClassName
{
background-color: #14DFBE;
}
</style>
border-color css
<style>
span { border-color: #14DFBE; }
span { border-color: rgb(20,223,190); }
td.TdClassName
{
border-color: #14DFBE;
}
.TagClassName
{
border-color: #14DFBE;
}
</style>