Shades of Bright Turquoise #1BDCDA
Tints of Bright Turquoise #1BDCDA
RGB
CMYK
RGB Variations
Color information
#1BDCDA (or 0x1BDCDA) is known color: Bright Turquoise. HEX triplet: 1B, DC and DA. RGB value is (27,220,218). Sum of RGB (Red+Green+Blue) = 27+220+218=465 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.81% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #1BDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDCDA is #E42325. Grayscale: #A1A1A1. Windows color (decimal): -14951206 or 14343195. OLE color: 14343195.
HSL color Cylindrical-coordinate representation of color #1BDCDA: hue angle of 179.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BDCDA is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 220 | 218 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.14 |
| HSL | 179.38º | 0.78% | 0.48% | - |
| HSV(B) | 179.38º | 0.88% | 0.86% | - |
| XYZ | 38.7 | 56.48 | 75.19 | - |
| YUV | 162.07 | 159.56 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 220 | 218 | 0.88 | 0 | 0.01 | 0.14 | 179.38 | 0.78 | 0.48 |
| Hex | 1B | DC | DA | 58 | 0 | 1 | E | B3 | 4E | 30 |
| Octal | 33 | 334 | 332 | 130 | 0 | 1 | 16 | 263 | 116 | 60 |
| Binary | 11011 | 11011100 | 11011010 | 1011000 | 0 | 1 | 1110 | 10110011 | 1001110 | 110000 |
Color Harmonies of #1BDCDA
Complementary color
Monochromatic Colors of #1BDCDA
Black with #1BDCDA
Text Example
Text Example
White with #1BDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDCDA; }
p { color: rgb(27,220,218); }
H1.HeaderClassName
{
color: #1BDCDA;
}
.AnyTagClassName
{
color: #1BDCDA;
}
</style>
background-color css
<style>
a { background-color: #1BDCDA; }
a { background-color: rgb(27,220,218); }
div.DivClassName
{
background-color: #1BDCDA;
}
.BgClassName
{
background-color: #1BDCDA;
}
</style>
border-color css
<style>
span { border-color: #1BDCDA; }
span { border-color: rgb(27,220,218); }
td.TdClassName
{
border-color: #1BDCDA;
}
.TagClassName
{
border-color: #1BDCDA;
}
</style>