Shades of Bright Turquoise #1BD9D8
Tints of Bright Turquoise #1BD9D8
RGB
CMYK
RGB Variations
Color information
#1BD9D8 (or 0x1BD9D8) is known color: Bright Turquoise. HEX triplet: 1B, D9 and D8. RGB value is (27,217,216). Sum of RGB (Red+Green+Blue) = 27+217+216=460 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.87% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #1BD9D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD9D8 is #E42627. Grayscale: #9F9F9F. Windows color (decimal): -14951976 or 14211355. OLE color: 14211355.
HSL color Cylindrical-coordinate representation of color #1BD9D8: hue angle of 179.68º 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 #1BD9D8 is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 217 | 216 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.15 |
| HSL | 179.68º | 0.78% | 0.48% | - |
| HSV(B) | 179.68º | 0.88% | 0.85% | - |
| XYZ | 37.66 | 54.82 | 73.56 | - |
| YUV | 160.08 | 159.55 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 216 | 0.88 | 0 | 0.00 | 0.15 | 179.68 | 0.78 | 0.48 |
| Hex | 1B | D9 | D8 | 58 | 0 | 0 | F | B4 | 4E | 30 |
| Octal | 33 | 331 | 330 | 130 | 0 | 0 | 17 | 264 | 116 | 60 |
| Binary | 11011 | 11011001 | 11011000 | 1011000 | 0 | 0 | 1111 | 10110100 | 1001110 | 110000 |
Color Harmonies of #1BD9D8
Complementary color
Monochromatic Colors of #1BD9D8
Black with #1BD9D8
Text Example
Text Example
White with #1BD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD9D8; }
p { color: rgb(27,217,216); }
H1.HeaderClassName
{
color: #1BD9D8;
}
.AnyTagClassName
{
color: #1BD9D8;
}
</style>
background-color css
<style>
a { background-color: #1BD9D8; }
a { background-color: rgb(27,217,216); }
div.DivClassName
{
background-color: #1BD9D8;
}
.BgClassName
{
background-color: #1BD9D8;
}
</style>
border-color css
<style>
span { border-color: #1BD9D8; }
span { border-color: rgb(27,217,216); }
td.TdClassName
{
border-color: #1BD9D8;
}
.TagClassName
{
border-color: #1BD9D8;
}
</style>