Shades of Bright Turquoise #1BDDCE
Tints of Bright Turquoise #1BDDCE
RGB
CMYK
RGB Variations
Color information
#1BDDCE (or 0x1BDDCE) is known color: Bright Turquoise. HEX triplet: 1B, DD and CE. RGB value is (27,221,206). Sum of RGB (Red+Green+Blue) = 27+221+206=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDCE is #E42231. Grayscale: #A1A1A1. Windows color (decimal): -14950962 or 13557019. OLE color: 13557019.
HSL color Cylindrical-coordinate representation of color #1BDDCE: hue angle of 175.36º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDDCE is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 206 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.13 |
| HSL | 175.36º | 0.78% | 0.49% | - |
| HSV(B) | 175.36º | 0.88% | 0.87% | - |
| XYZ | 37.45 | 56.4 | 67.31 | - |
| YUV | 161.28 | 153.23 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 206 | 0.88 | 0 | 0.07 | 0.13 | 175.36 | 0.78 | 0.49 |
| Hex | 1B | DD | CE | 58 | 0 | 7 | D | AF | 4E | 31 |
| Octal | 33 | 335 | 316 | 130 | 0 | 7 | 15 | 257 | 116 | 61 |
| Binary | 11011 | 11011101 | 11001110 | 1011000 | 0 | 111 | 1101 | 10101111 | 1001110 | 110001 |
Color Harmonies of #1BDDCE
Complementary color
Monochromatic Colors of #1BDDCE
Black with #1BDDCE
Text Example
Text Example
White with #1BDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDCE; }
p { color: rgb(27,221,206); }
H1.HeaderClassName
{
color: #1BDDCE;
}
.AnyTagClassName
{
color: #1BDDCE;
}
</style>
background-color css
<style>
a { background-color: #1BDDCE; }
a { background-color: rgb(27,221,206); }
div.DivClassName
{
background-color: #1BDDCE;
}
.BgClassName
{
background-color: #1BDDCE;
}
</style>
border-color css
<style>
span { border-color: #1BDDCE; }
span { border-color: rgb(27,221,206); }
td.TdClassName
{
border-color: #1BDDCE;
}
.TagClassName
{
border-color: #1BDDCE;
}
</style>