Shades of Bright Turquoise #1BD9E6
Tints of Bright Turquoise #1BD9E6
RGB
CMYK
RGB Variations
Color information
#1BD9E6 (or 0x1BD9E6) is known color: Bright Turquoise. HEX triplet: 1B, D9 and E6. RGB value is (27,217,230). Sum of RGB (Red+Green+Blue) = 27+217+230=474 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.70% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #1BD9E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BD9E6 is #E42619. Grayscale: #A1A1A1. Windows color (decimal): -14951962 or 15128859. OLE color: 15128859.
HSL color Cylindrical-coordinate representation of color #1BD9E6: hue angle of 183.84º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BD9E6 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 217 | 230 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.10 |
| HSL | 183.84º | 0.8% | 0.5% | - |
| HSV(B) | 183.84º | 0.88% | 0.9% | - |
| XYZ | 39.55 | 55.57 | 83.5 | - |
| YUV | 161.67 | 166.55 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 217 | 230 | 0.88 | 0.06 | 0 | 0.10 | 183.84 | 0.8 | 0.5 |
| Hex | 1B | D9 | E6 | 58 | 6 | 0 | A | B8 | 50 | 32 |
| Octal | 33 | 331 | 346 | 130 | 6 | 0 | 12 | 270 | 120 | 62 |
| Binary | 11011 | 11011001 | 11100110 | 1011000 | 110 | 0 | 1010 | 10111000 | 1010000 | 110010 |
Color Harmonies of #1BD9E6
Complementary color
Monochromatic Colors of #1BD9E6
Black with #1BD9E6
Text Example
Text Example
White with #1BD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD9E6; }
p { color: rgb(27,217,230); }
H1.HeaderClassName
{
color: #1BD9E6;
}
.AnyTagClassName
{
color: #1BD9E6;
}
</style>
background-color css
<style>
a { background-color: #1BD9E6; }
a { background-color: rgb(27,217,230); }
div.DivClassName
{
background-color: #1BD9E6;
}
.BgClassName
{
background-color: #1BD9E6;
}
</style>
border-color css
<style>
span { border-color: #1BD9E6; }
span { border-color: rgb(27,217,230); }
td.TdClassName
{
border-color: #1BD9E6;
}
.TagClassName
{
border-color: #1BD9E6;
}
</style>