Shades of Bright Turquoise #1BDDCD
Tints of Bright Turquoise #1BDDCD
RGB
CMYK
RGB Variations
Color information
#1BDDCD (or 0x1BDDCD) is known color: Bright Turquoise. HEX triplet: 1B, DD and CD. RGB value is (27,221,205). Sum of RGB (Red+Green+Blue) = 27+221+205=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDCD is #E42232. Grayscale: #A1A1A1. Windows color (decimal): -14950963 or 13491483. OLE color: 13491483.
HSL color Cylindrical-coordinate representation of color #1BDDCD: hue angle of 175.05º 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 #1BDDCD is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 205 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.13 |
| HSL | 175.05º | 0.78% | 0.49% | - |
| HSV(B) | 175.05º | 0.88% | 0.87% | - |
| XYZ | 37.33 | 56.35 | 66.67 | - |
| YUV | 161.17 | 152.73 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 205 | 0.88 | 0 | 0.07 | 0.13 | 175.05 | 0.78 | 0.49 |
| Hex | 1B | DD | CD | 58 | 0 | 7 | D | AF | 4E | 31 |
| Octal | 33 | 335 | 315 | 130 | 0 | 7 | 15 | 257 | 116 | 61 |
| Binary | 11011 | 11011101 | 11001101 | 1011000 | 0 | 111 | 1101 | 10101111 | 1001110 | 110001 |
Color Harmonies of #1BDDCD
Complementary color
Monochromatic Colors of #1BDDCD
Black with #1BDDCD
Text Example
Text Example
White with #1BDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDCD; }
p { color: rgb(27,221,205); }
H1.HeaderClassName
{
color: #1BDDCD;
}
.AnyTagClassName
{
color: #1BDDCD;
}
</style>
background-color css
<style>
a { background-color: #1BDDCD; }
a { background-color: rgb(27,221,205); }
div.DivClassName
{
background-color: #1BDDCD;
}
.BgClassName
{
background-color: #1BDDCD;
}
</style>
border-color css
<style>
span { border-color: #1BDDCD; }
span { border-color: rgb(27,221,205); }
td.TdClassName
{
border-color: #1BDDCD;
}
.TagClassName
{
border-color: #1BDDCD;
}
</style>