Shades of Bright Turquoise #1BECCE
Tints of Bright Turquoise #1BECCE
RGB
CMYK
RGB Variations
Color information
#1BECCE (or 0x1BECCE) is known color: Bright Turquoise. HEX triplet: 1B, EC and CE. RGB value is (27,236,206). Sum of RGB (Red+Green+Blue) = 27+236+206=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECCE is #E41331. Grayscale: #A9A9A9. Windows color (decimal): -14947122 or 13560859. OLE color: 13560859.
HSL color Cylindrical-coordinate representation of color #1BECCE: hue angle of 171.39º 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 #1BECCE is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 206 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.07 |
| HSL | 171.39º | 0.85% | 0.52% | - |
| HSV(B) | 171.39º | 0.89% | 0.93% | - |
| XYZ | 41.59 | 64.68 | 68.69 | - |
| YUV | 170.09 | 148.26 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 206 | 0.89 | 0 | 0.13 | 0.07 | 171.39 | 0.85 | 0.52 |
| Hex | 1B | EC | CE | 59 | 0 | D | 7 | AB | 55 | 34 |
| Octal | 33 | 354 | 316 | 131 | 0 | 15 | 7 | 253 | 125 | 64 |
| Binary | 11011 | 11101100 | 11001110 | 1011001 | 0 | 1101 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1BECCE
Complementary color
Monochromatic Colors of #1BECCE
Black with #1BECCE
Text Example
Text Example
White with #1BECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BECCE; }
p { color: rgb(27,236,206); }
H1.HeaderClassName
{
color: #1BECCE;
}
.AnyTagClassName
{
color: #1BECCE;
}
</style>
background-color css
<style>
a { background-color: #1BECCE; }
a { background-color: rgb(27,236,206); }
div.DivClassName
{
background-color: #1BECCE;
}
.BgClassName
{
background-color: #1BECCE;
}
</style>
border-color css
<style>
span { border-color: #1BECCE; }
span { border-color: rgb(27,236,206); }
td.TdClassName
{
border-color: #1BECCE;
}
.TagClassName
{
border-color: #1BECCE;
}
</style>