Shades of Dark Turquoise #1BD2DB
Tints of Dark Turquoise #1BD2DB
RGB
CMYK
RGB Variations
Color information
#1BD2DB (or 0x1BD2DB) is known color: Dark Turquoise. HEX triplet: 1B, D2 and DB. RGB value is (27,210,219). Sum of RGB (Red+Green+Blue) = 27+210+219=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BD2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD2DB is #E42D24. Grayscale: #9C9C9C. Windows color (decimal): -14953765 or 14406171. OLE color: 14406171.
HSL color Cylindrical-coordinate representation of color #1BD2DB: hue angle of 182.81º 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 #1BD2DB is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 210 | 219 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.14 |
| HSL | 182.81º | 0.78% | 0.48% | - |
| HSV(B) | 182.81º | 0.88% | 0.86% | - |
| XYZ | 36.28 | 51.44 | 75.03 | - |
| YUV | 156.31 | 163.37 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 210 | 219 | 0.88 | 0.04 | 0 | 0.14 | 182.81 | 0.78 | 0.48 |
| Hex | 1B | D2 | DB | 58 | 4 | 0 | E | B7 | 4E | 30 |
| Octal | 33 | 322 | 333 | 130 | 4 | 0 | 16 | 267 | 116 | 60 |
| Binary | 11011 | 11010010 | 11011011 | 1011000 | 100 | 0 | 1110 | 10110111 | 1001110 | 110000 |
Color Harmonies of #1BD2DB
Complementary color
Monochromatic Colors of #1BD2DB
Black with #1BD2DB
Text Example
Text Example
White with #1BD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD2DB; }
p { color: rgb(27,210,219); }
H1.HeaderClassName
{
color: #1BD2DB;
}
.AnyTagClassName
{
color: #1BD2DB;
}
</style>
background-color css
<style>
a { background-color: #1BD2DB; }
a { background-color: rgb(27,210,219); }
div.DivClassName
{
background-color: #1BD2DB;
}
.BgClassName
{
background-color: #1BD2DB;
}
</style>
border-color css
<style>
span { border-color: #1BD2DB; }
span { border-color: rgb(27,210,219); }
td.TdClassName
{
border-color: #1BD2DB;
}
.TagClassName
{
border-color: #1BD2DB;
}
</style>