Shades of Bright Turquoise #1BECCD
Tints of Bright Turquoise #1BECCD
RGB
CMYK
RGB Variations
Color information
#1BECCD (or 0x1BECCD) is known color: Bright Turquoise. HEX triplet: 1B, EC and CD. RGB value is (27,236,205). Sum of RGB (Red+Green+Blue) = 27+236+205=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECCD is #E41332. Grayscale: #A9A9A9. Windows color (decimal): -14947123 or 13495323. OLE color: 13495323.
HSL color Cylindrical-coordinate representation of color #1BECCD: hue angle of 171.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BECCD is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 205 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.1º | 0.85% | 0.52% | - |
| HSV(B) | 171.1º | 0.89% | 0.93% | - |
| XYZ | 41.47 | 64.63 | 68.05 | - |
| YUV | 169.98 | 147.76 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 205 | 0.89 | 0 | 0.13 | 0.07 | 171.1 | 0.85 | 0.52 |
| Hex | 1B | EC | CD | 59 | 0 | D | 7 | AB | 55 | 34 |
| Octal | 33 | 354 | 315 | 131 | 0 | 15 | 7 | 253 | 125 | 64 |
| Binary | 11011 | 11101100 | 11001101 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1BECCD
Complementary color
Monochromatic Colors of #1BECCD
Black with #1BECCD
Text Example
Text Example
White with #1BECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BECCD; }
p { color: rgb(27,236,205); }
H1.HeaderClassName
{
color: #1BECCD;
}
.AnyTagClassName
{
color: #1BECCD;
}
</style>
background-color css
<style>
a { background-color: #1BECCD; }
a { background-color: rgb(27,236,205); }
div.DivClassName
{
background-color: #1BECCD;
}
.BgClassName
{
background-color: #1BECCD;
}
</style>
border-color css
<style>
span { border-color: #1BECCD; }
span { border-color: rgb(27,236,205); }
td.TdClassName
{
border-color: #1BECCD;
}
.TagClassName
{
border-color: #1BECCD;
}
</style>