Shades of Robin's Egg Blue #13DCBE
Tints of Robin's Egg Blue #13DCBE
RGB
CMYK
RGB Variations
Color information
#13DCBE (or 0x13DCBE) is known color: Robin's Egg Blue. HEX triplet: 13, DC and BE. RGB value is (19,220,190). Sum of RGB (Red+Green+Blue) = 19+220+190=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCBE is #EC2341. Grayscale: #9C9C9C. Windows color (decimal): -15475522 or 12508179. OLE color: 12508179.
HSL color Cylindrical-coordinate representation of color #13DCBE: hue angle of 171.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCBE is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 190 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.14 |
| HSL | 171.04º | 0.84% | 0.47% | - |
| HSV(B) | 171.04º | 0.91% | 0.86% | - |
| XYZ | 35.16 | 55.04 | 57.49 | - |
| YUV | 156.48 | 146.91 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 190 | 0.91 | 0 | 0.14 | 0.14 | 171.04 | 0.84 | 0.47 |
| Hex | 13 | DC | BE | 5B | 0 | E | E | AB | 54 | 2F |
| Octal | 23 | 334 | 276 | 133 | 0 | 16 | 16 | 253 | 124 | 57 |
| Binary | 10011 | 11011100 | 10111110 | 1011011 | 0 | 1110 | 1110 | 10101011 | 1010100 | 101111 |
Color Harmonies of #13DCBE
Complementary color
Monochromatic Colors of #13DCBE
Black with #13DCBE
Text Example
Text Example
White with #13DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCBE; }
p { color: rgb(19,220,190); }
H1.HeaderClassName
{
color: #13DCBE;
}
.AnyTagClassName
{
color: #13DCBE;
}
</style>
background-color css
<style>
a { background-color: #13DCBE; }
a { background-color: rgb(19,220,190); }
div.DivClassName
{
background-color: #13DCBE;
}
.BgClassName
{
background-color: #13DCBE;
}
</style>
border-color css
<style>
span { border-color: #13DCBE; }
span { border-color: rgb(19,220,190); }
td.TdClassName
{
border-color: #13DCBE;
}
.TagClassName
{
border-color: #13DCBE;
}
</style>