Shades of Bright Turquoise #1BDDCB
Tints of Bright Turquoise #1BDDCB
RGB
CMYK
RGB Variations
Color information
#1BDDCB (or 0x1BDDCB) is known color: Bright Turquoise. HEX triplet: 1B, DD and CB. RGB value is (27,221,203). Sum of RGB (Red+Green+Blue) = 27+221+203=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDCB is #E42234. Grayscale: #A0A0A0. Windows color (decimal): -14950965 or 13360411. OLE color: 13360411.
HSL color Cylindrical-coordinate representation of color #1BDDCB: hue angle of 174.43º 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 #1BDDCB is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 203 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.13 |
| HSL | 174.43º | 0.78% | 0.49% | - |
| HSV(B) | 174.43º | 0.88% | 0.87% | - |
| XYZ | 37.09 | 56.26 | 65.4 | - |
| YUV | 160.94 | 151.73 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 203 | 0.88 | 0 | 0.08 | 0.13 | 174.43 | 0.78 | 0.49 |
| Hex | 1B | DD | CB | 58 | 0 | 8 | D | AE | 4E | 31 |
| Octal | 33 | 335 | 313 | 130 | 0 | 10 | 15 | 256 | 116 | 61 |
| Binary | 11011 | 11011101 | 11001011 | 1011000 | 0 | 1000 | 1101 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1BDDCB
Complementary color
Monochromatic Colors of #1BDDCB
Black with #1BDDCB
Text Example
Text Example
White with #1BDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDCB; }
p { color: rgb(27,221,203); }
H1.HeaderClassName
{
color: #1BDDCB;
}
.AnyTagClassName
{
color: #1BDDCB;
}
</style>
background-color css
<style>
a { background-color: #1BDDCB; }
a { background-color: rgb(27,221,203); }
div.DivClassName
{
background-color: #1BDDCB;
}
.BgClassName
{
background-color: #1BDDCB;
}
</style>
border-color css
<style>
span { border-color: #1BDDCB; }
span { border-color: rgb(27,221,203); }
td.TdClassName
{
border-color: #1BDDCB;
}
.TagClassName
{
border-color: #1BDDCB;
}
</style>