Shades of Bright Turquoise #1BEAEC
Tints of Bright Turquoise #1BEAEC
RGB
CMYK
RGB Variations
Color information
#1BEAEC (or 0x1BEAEC) is known color: Bright Turquoise. HEX triplet: 1B, EA and EC. RGB value is (27,234,236). Sum of RGB (Red+Green+Blue) = 27+234+236=497 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.43% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BEAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEAEC is #E41513. Grayscale: #ACACAC. Windows color (decimal): -14947604 or 15526427. OLE color: 15526427.
HSL color Cylindrical-coordinate representation of color #1BEAEC: hue angle of 180.57º 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 #1BEAEC is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 234 | 236 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.07 |
| HSL | 180.57º | 0.85% | 0.52% | - |
| HSV(B) | 180.57º | 0.89% | 0.93% | - |
| XYZ | 45.02 | 65.13 | 89.56 | - |
| YUV | 172.34 | 163.92 | 24.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 236 | 0.89 | 0.01 | 0 | 0.07 | 180.57 | 0.85 | 0.52 |
| Hex | 1B | EA | EC | 59 | 1 | 0 | 7 | B5 | 55 | 34 |
| Octal | 33 | 352 | 354 | 131 | 1 | 0 | 7 | 265 | 125 | 64 |
| Binary | 11011 | 11101010 | 11101100 | 1011001 | 1 | 0 | 111 | 10110101 | 1010101 | 110100 |
Color Harmonies of #1BEAEC
Complementary color
Monochromatic Colors of #1BEAEC
Black with #1BEAEC
Text Example
Text Example
White with #1BEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEAEC; }
p { color: rgb(27,234,236); }
H1.HeaderClassName
{
color: #1BEAEC;
}
.AnyTagClassName
{
color: #1BEAEC;
}
</style>
background-color css
<style>
a { background-color: #1BEAEC; }
a { background-color: rgb(27,234,236); }
div.DivClassName
{
background-color: #1BEAEC;
}
.BgClassName
{
background-color: #1BEAEC;
}
</style>
border-color css
<style>
span { border-color: #1BEAEC; }
span { border-color: rgb(27,234,236); }
td.TdClassName
{
border-color: #1BEAEC;
}
.TagClassName
{
border-color: #1BEAEC;
}
</style>