Shades of Bright Turquoise #1BDDCC
Tints of Bright Turquoise #1BDDCC
RGB
CMYK
RGB Variations
Color information
#1BDDCC (or 0x1BDDCC) is known color: Bright Turquoise. HEX triplet: 1B, DD and CC. RGB value is (27,221,204). Sum of RGB (Red+Green+Blue) = 27+221+204=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #1BDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDDCC is #E42233. Grayscale: #A0A0A0. Windows color (decimal): -14950964 or 13425947. OLE color: 13425947.
HSL color Cylindrical-coordinate representation of color #1BDDCC: hue angle of 174.74º 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 #1BDDCC is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 221 | 204 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.13 |
| HSL | 174.74º | 0.78% | 0.49% | - |
| HSV(B) | 174.74º | 0.88% | 0.87% | - |
| XYZ | 37.21 | 56.31 | 66.03 | - |
| YUV | 161.06 | 152.23 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 221 | 204 | 0.88 | 0 | 0.08 | 0.13 | 174.74 | 0.78 | 0.49 |
| Hex | 1B | DD | CC | 58 | 0 | 8 | D | AF | 4E | 31 |
| Octal | 33 | 335 | 314 | 130 | 0 | 10 | 15 | 257 | 116 | 61 |
| Binary | 11011 | 11011101 | 11001100 | 1011000 | 0 | 1000 | 1101 | 10101111 | 1001110 | 110001 |
Color Harmonies of #1BDDCC
Complementary color
Monochromatic Colors of #1BDDCC
Black with #1BDDCC
Text Example
Text Example
White with #1BDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDDCC; }
p { color: rgb(27,221,204); }
H1.HeaderClassName
{
color: #1BDDCC;
}
.AnyTagClassName
{
color: #1BDDCC;
}
</style>
background-color css
<style>
a { background-color: #1BDDCC; }
a { background-color: rgb(27,221,204); }
div.DivClassName
{
background-color: #1BDDCC;
}
.BgClassName
{
background-color: #1BDDCC;
}
</style>
border-color css
<style>
span { border-color: #1BDDCC; }
span { border-color: rgb(27,221,204); }
td.TdClassName
{
border-color: #1BDDCC;
}
.TagClassName
{
border-color: #1BDDCC;
}
</style>