Shades of Bright Turquoise #1BD8D1
Tints of Bright Turquoise #1BD8D1
RGB
CMYK
RGB Variations
Color information
#1BD8D1 (or 0x1BD8D1) is known color: Bright Turquoise. HEX triplet: 1B, D8 and D1. RGB value is (27,216,209). Sum of RGB (Red+Green+Blue) = 27+216+209=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #1BD8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD8D1 is #E4272E. Grayscale: #9E9E9E. Windows color (decimal): -14952239 or 13752347. OLE color: 13752347.
HSL color Cylindrical-coordinate representation of color #1BD8D1: hue angle of 177.78º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD8D1 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 216 | 209 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.15 |
| HSL | 177.78º | 0.78% | 0.48% | - |
| HSV(B) | 177.78º | 0.88% | 0.85% | - |
| XYZ | 36.52 | 53.95 | 68.81 | - |
| YUV | 158.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 216 | 209 | 0.88 | 0 | 0.03 | 0.15 | 177.78 | 0.78 | 0.48 |
| Hex | 1B | D8 | D1 | 58 | 0 | 3 | F | B2 | 4E | 30 |
| Octal | 33 | 330 | 321 | 130 | 0 | 3 | 17 | 262 | 116 | 60 |
| Binary | 11011 | 11011000 | 11010001 | 1011000 | 0 | 11 | 1111 | 10110010 | 1001110 | 110000 |
Color Harmonies of #1BD8D1
Complementary color
Monochromatic Colors of #1BD8D1
Black with #1BD8D1
Text Example
Text Example
White with #1BD8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD8D1; }
p { color: rgb(27,216,209); }
H1.HeaderClassName
{
color: #1BD8D1;
}
.AnyTagClassName
{
color: #1BD8D1;
}
</style>
background-color css
<style>
a { background-color: #1BD8D1; }
a { background-color: rgb(27,216,209); }
div.DivClassName
{
background-color: #1BD8D1;
}
.BgClassName
{
background-color: #1BD8D1;
}
</style>
border-color css
<style>
span { border-color: #1BD8D1; }
span { border-color: rgb(27,216,209); }
td.TdClassName
{
border-color: #1BD8D1;
}
.TagClassName
{
border-color: #1BD8D1;
}
</style>