Shades of Bright Turquoise #1BEBD7
Tints of Bright Turquoise #1BEBD7
RGB
CMYK
RGB Variations
Color information
#1BEBD7 (or 0x1BEBD7) is known color: Bright Turquoise. HEX triplet: 1B, EB and D7. RGB value is (27,235,215). Sum of RGB (Red+Green+Blue) = 27+235+215=477 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.66% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEBD7 is #E41428. Grayscale: #AAAAAA. Windows color (decimal): -14947369 or 14150427. OLE color: 14150427.
HSL color Cylindrical-coordinate representation of color #1BEBD7: hue angle of 174.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBD7 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 235 | 215 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.08 |
| HSL | 174.23º | 0.84% | 0.51% | - |
| HSV(B) | 174.23º | 0.89% | 0.92% | - |
| XYZ | 42.43 | 64.56 | 74.51 | - |
| YUV | 170.53 | 153.09 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 235 | 215 | 0.89 | 0 | 0.09 | 0.08 | 174.23 | 0.84 | 0.51 |
| Hex | 1B | EB | D7 | 59 | 0 | 9 | 8 | AE | 54 | 33 |
| Octal | 33 | 353 | 327 | 131 | 0 | 11 | 10 | 256 | 124 | 63 |
| Binary | 11011 | 11101011 | 11010111 | 1011001 | 0 | 1001 | 1000 | 10101110 | 1010100 | 110011 |
Color Harmonies of #1BEBD7
Complementary color
Monochromatic Colors of #1BEBD7
Black with #1BEBD7
Text Example
Text Example
White with #1BEBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEBD7; }
p { color: rgb(27,235,215); }
H1.HeaderClassName
{
color: #1BEBD7;
}
.AnyTagClassName
{
color: #1BEBD7;
}
</style>
background-color css
<style>
a { background-color: #1BEBD7; }
a { background-color: rgb(27,235,215); }
div.DivClassName
{
background-color: #1BEBD7;
}
.BgClassName
{
background-color: #1BEBD7;
}
</style>
border-color css
<style>
span { border-color: #1BEBD7; }
span { border-color: rgb(27,235,215); }
td.TdClassName
{
border-color: #1BEBD7;
}
.TagClassName
{
border-color: #1BEBD7;
}
</style>