Shades of Robin's Egg Blue #13DCBC
Tints of Robin's Egg Blue #13DCBC
RGB
CMYK
RGB Variations
Color information
#13DCBC (or 0x13DCBC) is known color: Robin's Egg Blue. HEX triplet: 13, DC and BC. RGB value is (19,220,188). Sum of RGB (Red+Green+Blue) = 19+220+188=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCBC is #EC2343. Grayscale: #9C9C9C. Windows color (decimal): -15475524 or 12377107. OLE color: 12377107.
HSL color Cylindrical-coordinate representation of color #13DCBC: hue angle of 170.45º 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 #13DCBC is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 188 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.14 |
| HSL | 170.45º | 0.84% | 0.47% | - |
| HSV(B) | 170.45º | 0.91% | 0.86% | - |
| XYZ | 34.94 | 54.96 | 56.34 | - |
| YUV | 156.25 | 145.91 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 188 | 0.91 | 0 | 0.15 | 0.14 | 170.45 | 0.84 | 0.47 |
| Hex | 13 | DC | BC | 5B | 0 | F | E | AA | 54 | 2F |
| Octal | 23 | 334 | 274 | 133 | 0 | 17 | 16 | 252 | 124 | 57 |
| Binary | 10011 | 11011100 | 10111100 | 1011011 | 0 | 1111 | 1110 | 10101010 | 1010100 | 101111 |
Color Harmonies of #13DCBC
Complementary color
Monochromatic Colors of #13DCBC
Black with #13DCBC
Text Example
Text Example
White with #13DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCBC; }
p { color: rgb(19,220,188); }
H1.HeaderClassName
{
color: #13DCBC;
}
.AnyTagClassName
{
color: #13DCBC;
}
</style>
background-color css
<style>
a { background-color: #13DCBC; }
a { background-color: rgb(19,220,188); }
div.DivClassName
{
background-color: #13DCBC;
}
.BgClassName
{
background-color: #13DCBC;
}
</style>
border-color css
<style>
span { border-color: #13DCBC; }
span { border-color: rgb(19,220,188); }
td.TdClassName
{
border-color: #13DCBC;
}
.TagClassName
{
border-color: #13DCBC;
}
</style>