Shades of Bright Turquoise #1BDCDD
Tints of Bright Turquoise #1BDCDD
RGB
CMYK
RGB Variations
Color information
#1BDCDD (or 0x1BDCDD) is known color: Bright Turquoise. HEX triplet: 1B, DC and DD. RGB value is (27,220,221). Sum of RGB (Red+Green+Blue) = 27+220+221=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BDCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDCDD is #E42322. Grayscale: #A2A2A2. Windows color (decimal): -14951203 or 14539803. OLE color: 14539803.
HSL color Cylindrical-coordinate representation of color #1BDCDD: hue angle of 180.31º 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 #1BDCDD is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 220 | 221 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.13 |
| HSL | 180.31º | 0.78% | 0.49% | - |
| HSV(B) | 180.31º | 0.88% | 0.87% | - |
| XYZ | 39.1 | 56.64 | 77.28 | - |
| YUV | 162.41 | 161.06 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 221 | 0.88 | 0.00 | 0 | 0.13 | 180.31 | 0.78 | 0.49 |
| Hex | 1B | DC | DD | 58 | 0 | 0 | D | B4 | 4E | 31 |
| Octal | 33 | 334 | 335 | 130 | 0 | 0 | 15 | 264 | 116 | 61 |
| Binary | 11011 | 11011100 | 11011101 | 1011000 | 0 | 0 | 1101 | 10110100 | 1001110 | 110001 |
Color Harmonies of #1BDCDD
Complementary color
Monochromatic Colors of #1BDCDD
Black with #1BDCDD
Text Example
Text Example
White with #1BDCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDCDD; }
p { color: rgb(27,220,221); }
H1.HeaderClassName
{
color: #1BDCDD;
}
.AnyTagClassName
{
color: #1BDCDD;
}
</style>
background-color css
<style>
a { background-color: #1BDCDD; }
a { background-color: rgb(27,220,221); }
div.DivClassName
{
background-color: #1BDCDD;
}
.BgClassName
{
background-color: #1BDCDD;
}
</style>
border-color css
<style>
span { border-color: #1BDCDD; }
span { border-color: rgb(27,220,221); }
td.TdClassName
{
border-color: #1BDCDD;
}
.TagClassName
{
border-color: #1BDCDD;
}
</style>