Shades of Bright Turquoise #1BDECC
Tints of Bright Turquoise #1BDECC
RGB
CMYK
RGB Variations
Color information
#1BDECC (or 0x1BDECC) is known color: Bright Turquoise. HEX triplet: 1B, DE and CC. RGB value is (27,222,204). Sum of RGB (Red+Green+Blue) = 27+222+204=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #1BDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BDECC is #E42133. Grayscale: #A1A1A1. Windows color (decimal): -14950708 or 13426203. OLE color: 13426203.
HSL color Cylindrical-coordinate representation of color #1BDECC: hue angle of 174.46º 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 #1BDECC is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 222 | 204 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.13 |
| HSL | 174.46º | 0.78% | 0.49% | - |
| HSV(B) | 174.46º | 0.88% | 0.87% | - |
| XYZ | 37.47 | 56.84 | 66.12 | - |
| YUV | 161.64 | 151.9 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 222 | 204 | 0.88 | 0 | 0.08 | 0.13 | 174.46 | 0.78 | 0.49 |
| Hex | 1B | DE | CC | 58 | 0 | 8 | D | AE | 4E | 31 |
| Octal | 33 | 336 | 314 | 130 | 0 | 10 | 15 | 256 | 116 | 61 |
| Binary | 11011 | 11011110 | 11001100 | 1011000 | 0 | 1000 | 1101 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1BDECC
Complementary color
Monochromatic Colors of #1BDECC
Black with #1BDECC
Text Example
Text Example
White with #1BDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BDECC; }
p { color: rgb(27,222,204); }
H1.HeaderClassName
{
color: #1BDECC;
}
.AnyTagClassName
{
color: #1BDECC;
}
</style>
background-color css
<style>
a { background-color: #1BDECC; }
a { background-color: rgb(27,222,204); }
div.DivClassName
{
background-color: #1BDECC;
}
.BgClassName
{
background-color: #1BDECC;
}
</style>
border-color css
<style>
span { border-color: #1BDECC; }
span { border-color: rgb(27,222,204); }
td.TdClassName
{
border-color: #1BDECC;
}
.TagClassName
{
border-color: #1BDECC;
}
</style>