Shades of Bright Turquoise #1BDDCA
Tints of Bright Turquoise #1BDDCA
RGB
CMYK
RGB Variations
Color information
#1BDDCA (or 0x1BDDCA) is known color: Bright Turquoise. HEX triplet: 1B, DD and CA. RGB value is (27,221,202). Sum of RGB (Red+Green+Blue) = 27+221+202=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDCA is #E42235. Grayscale: #A0A0A0. Windows color (decimal): -14950966 or 13294875. OLE color: 13294875.
HSL color Cylindrical-coordinate representation of color #1BDDCA: hue angle of 174.12º 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 #1BDDCA is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 202 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.13 |
| HSL | 174.12º | 0.78% | 0.49% | - |
| HSV(B) | 174.12º | 0.88% | 0.87% | - |
| XYZ | 36.97 | 56.21 | 64.78 | - |
| YUV | 160.83 | 151.23 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 202 | 0.88 | 0 | 0.09 | 0.13 | 174.12 | 0.78 | 0.49 |
| Hex | 1B | DD | CA | 58 | 0 | 9 | D | AE | 4E | 31 |
| Octal | 33 | 335 | 312 | 130 | 0 | 11 | 15 | 256 | 116 | 61 |
| Binary | 11011 | 11011101 | 11001010 | 1011000 | 0 | 1001 | 1101 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1BDDCA
Complementary color
Monochromatic Colors of #1BDDCA
Black with #1BDDCA
Text Example
Text Example
White with #1BDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDCA; }
p { color: rgb(27,221,202); }
H1.HeaderClassName
{
color: #1BDDCA;
}
.AnyTagClassName
{
color: #1BDDCA;
}
</style>
background-color css
<style>
a { background-color: #1BDDCA; }
a { background-color: rgb(27,221,202); }
div.DivClassName
{
background-color: #1BDDCA;
}
.BgClassName
{
background-color: #1BDDCA;
}
</style>
border-color css
<style>
span { border-color: #1BDDCA; }
span { border-color: rgb(27,221,202); }
td.TdClassName
{
border-color: #1BDDCA;
}
.TagClassName
{
border-color: #1BDDCA;
}
</style>