Shades of Bright Turquoise #1BE5EA
Tints of Bright Turquoise #1BE5EA
RGB
CMYK
RGB Variations
Color information
#1BE5EA (or 0x1BE5EA) is known color: Bright Turquoise. HEX triplet: 1B, E5 and EA. RGB value is (27,229,234). Sum of RGB (Red+Green+Blue) = 27+229+234=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BE5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE5EA is #E41A15. Grayscale: #A8A8A8. Windows color (decimal): -14948886 or 15394075. OLE color: 15394075.
HSL color Cylindrical-coordinate representation of color #1BE5EA: hue angle of 181.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE5EA is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 229 | 234 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.08 |
| HSL | 181.45º | 0.83% | 0.51% | - |
| HSV(B) | 181.45º | 0.88% | 0.92% | - |
| XYZ | 43.32 | 62.21 | 87.57 | - |
| YUV | 169.17 | 164.58 | 26.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 229 | 234 | 0.88 | 0.02 | 0 | 0.08 | 181.45 | 0.83 | 0.51 |
| Hex | 1B | E5 | EA | 58 | 2 | 0 | 8 | B5 | 53 | 33 |
| Octal | 33 | 345 | 352 | 130 | 2 | 0 | 10 | 265 | 123 | 63 |
| Binary | 11011 | 11100101 | 11101010 | 1011000 | 10 | 0 | 1000 | 10110101 | 1010011 | 110011 |
Color Harmonies of #1BE5EA
Complementary color
Monochromatic Colors of #1BE5EA
Black with #1BE5EA
Text Example
Text Example
White with #1BE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE5EA; }
p { color: rgb(27,229,234); }
H1.HeaderClassName
{
color: #1BE5EA;
}
.AnyTagClassName
{
color: #1BE5EA;
}
</style>
background-color css
<style>
a { background-color: #1BE5EA; }
a { background-color: rgb(27,229,234); }
div.DivClassName
{
background-color: #1BE5EA;
}
.BgClassName
{
background-color: #1BE5EA;
}
</style>
border-color css
<style>
span { border-color: #1BE5EA; }
span { border-color: rgb(27,229,234); }
td.TdClassName
{
border-color: #1BE5EA;
}
.TagClassName
{
border-color: #1BE5EA;
}
</style>