Shades of Bright Turquoise #1BDDDA
Tints of Bright Turquoise #1BDDDA
RGB
CMYK
RGB Variations
Color information
#1BDDDA (or 0x1BDDDA) is known color: Bright Turquoise. HEX triplet: 1B, DD and DA. RGB value is (27,221,218). Sum of RGB (Red+Green+Blue) = 27+221+218=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDDA is #E42225. Grayscale: #A2A2A2. Windows color (decimal): -14950950 or 14343451. OLE color: 14343451.
HSL color Cylindrical-coordinate representation of color #1BDDDA: hue angle of 179.07º 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 #1BDDDA is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 218 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.13 |
| HSL | 179.07º | 0.78% | 0.49% | - |
| HSV(B) | 179.07º | 0.88% | 0.87% | - |
| XYZ | 38.96 | 57.01 | 75.28 | - |
| YUV | 162.65 | 159.23 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 218 | 0.88 | 0 | 0.01 | 0.13 | 179.07 | 0.78 | 0.49 |
| Hex | 1B | DD | DA | 58 | 0 | 1 | D | B3 | 4E | 31 |
| Octal | 33 | 335 | 332 | 130 | 0 | 1 | 15 | 263 | 116 | 61 |
| Binary | 11011 | 11011101 | 11011010 | 1011000 | 0 | 1 | 1101 | 10110011 | 1001110 | 110001 |
Color Harmonies of #1BDDDA
Complementary color
Monochromatic Colors of #1BDDDA
Black with #1BDDDA
Text Example
Text Example
White with #1BDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDDA; }
p { color: rgb(27,221,218); }
H1.HeaderClassName
{
color: #1BDDDA;
}
.AnyTagClassName
{
color: #1BDDDA;
}
</style>
background-color css
<style>
a { background-color: #1BDDDA; }
a { background-color: rgb(27,221,218); }
div.DivClassName
{
background-color: #1BDDDA;
}
.BgClassName
{
background-color: #1BDDDA;
}
</style>
border-color css
<style>
span { border-color: #1BDDDA; }
span { border-color: rgb(27,221,218); }
td.TdClassName
{
border-color: #1BDDDA;
}
.TagClassName
{
border-color: #1BDDDA;
}
</style>