Shades of Dark Turquoise #1BCADB
Tints of Dark Turquoise #1BCADB
RGB
CMYK
RGB Variations
Color information
#1BCADB (or 0x1BCADB) is known color: Dark Turquoise. HEX triplet: 1B, CA and DB. RGB value is (27,202,219). Sum of RGB (Red+Green+Blue) = 27+202+219=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BCADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCADB is #E43524. Grayscale: #979797. Windows color (decimal): -14955813 or 14404123. OLE color: 14404123.
HSL color Cylindrical-coordinate representation of color #1BCADB: hue angle of 185.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCADB is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 202 | 219 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.14 |
| HSL | 185.31º | 0.78% | 0.48% | - |
| HSV(B) | 185.31º | 0.88% | 0.86% | - |
| XYZ | 34.36 | 47.59 | 74.39 | - |
| YUV | 151.61 | 166.02 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 219 | 0.88 | 0.08 | 0 | 0.14 | 185.31 | 0.78 | 0.48 |
| Hex | 1B | CA | DB | 58 | 8 | 0 | E | B9 | 4E | 30 |
| Octal | 33 | 312 | 333 | 130 | 10 | 0 | 16 | 271 | 116 | 60 |
| Binary | 11011 | 11001010 | 11011011 | 1011000 | 1000 | 0 | 1110 | 10111001 | 1001110 | 110000 |
Color Harmonies of #1BCADB
Complementary color
Monochromatic Colors of #1BCADB
Black with #1BCADB
Text Example
Text Example
White with #1BCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCADB; }
p { color: rgb(27,202,219); }
H1.HeaderClassName
{
color: #1BCADB;
}
.AnyTagClassName
{
color: #1BCADB;
}
</style>
background-color css
<style>
a { background-color: #1BCADB; }
a { background-color: rgb(27,202,219); }
div.DivClassName
{
background-color: #1BCADB;
}
.BgClassName
{
background-color: #1BCADB;
}
</style>
border-color css
<style>
span { border-color: #1BCADB; }
span { border-color: rgb(27,202,219); }
td.TdClassName
{
border-color: #1BCADB;
}
.TagClassName
{
border-color: #1BCADB;
}
</style>