Shades of Bright Turquoise #1BEBE7
Tints of Bright Turquoise #1BEBE7
RGB
CMYK
RGB Variations
Color information
#1BEBE7 (or 0x1BEBE7) is known color: Bright Turquoise. HEX triplet: 1B, EB and E7. RGB value is (27,235,231). Sum of RGB (Red+Green+Blue) = 27+235+231=493 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.48% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #1BEBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEBE7 is #E41418. Grayscale: #ACACAC. Windows color (decimal): -14947353 or 15199003. OLE color: 15199003.
HSL color Cylindrical-coordinate representation of color #1BEBE7: hue angle of 178.85º 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 #1BEBE7 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 235 | 231 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.08 |
| HSL | 178.85º | 0.84% | 0.51% | - |
| HSV(B) | 178.85º | 0.89% | 0.92% | - |
| XYZ | 44.58 | 65.42 | 85.88 | - |
| YUV | 172.35 | 161.09 | 24.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 235 | 231 | 0.89 | 0 | 0.02 | 0.08 | 178.85 | 0.84 | 0.51 |
| Hex | 1B | EB | E7 | 59 | 0 | 2 | 8 | B3 | 54 | 33 |
| Octal | 33 | 353 | 347 | 131 | 0 | 2 | 10 | 263 | 124 | 63 |
| Binary | 11011 | 11101011 | 11100111 | 1011001 | 0 | 10 | 1000 | 10110011 | 1010100 | 110011 |
Color Harmonies of #1BEBE7
Complementary color
Monochromatic Colors of #1BEBE7
Black with #1BEBE7
Text Example
Text Example
White with #1BEBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEBE7; }
p { color: rgb(27,235,231); }
H1.HeaderClassName
{
color: #1BEBE7;
}
.AnyTagClassName
{
color: #1BEBE7;
}
</style>
background-color css
<style>
a { background-color: #1BEBE7; }
a { background-color: rgb(27,235,231); }
div.DivClassName
{
background-color: #1BEBE7;
}
.BgClassName
{
background-color: #1BEBE7;
}
</style>
border-color css
<style>
span { border-color: #1BEBE7; }
span { border-color: rgb(27,235,231); }
td.TdClassName
{
border-color: #1BEBE7;
}
.TagClassName
{
border-color: #1BEBE7;
}
</style>