Shades of Bright Turquoise #1BEACA
Tints of Bright Turquoise #1BEACA
RGB
CMYK
RGB Variations
Color information
#1BEACA (or 0x1BEACA) is known color: Bright Turquoise. HEX triplet: 1B, EA and CA. RGB value is (27,234,202). Sum of RGB (Red+Green+Blue) = 27+234+202=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #1BEACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEACA is #E41535. Grayscale: #A8A8A8. Windows color (decimal): -14947638 or 13298203. OLE color: 13298203.
HSL color Cylindrical-coordinate representation of color #1BEACA: hue angle of 170.72º 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 #1BEACA is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 234 | 202 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.08 |
| HSL | 170.72º | 0.83% | 0.51% | - |
| HSV(B) | 170.72º | 0.88% | 0.92% | - |
| XYZ | 40.54 | 63.34 | 65.97 | - |
| YUV | 168.46 | 146.92 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 202 | 0.88 | 0 | 0.14 | 0.08 | 170.72 | 0.83 | 0.51 |
| Hex | 1B | EA | CA | 58 | 0 | E | 8 | AB | 53 | 33 |
| Octal | 33 | 352 | 312 | 130 | 0 | 16 | 10 | 253 | 123 | 63 |
| Binary | 11011 | 11101010 | 11001010 | 1011000 | 0 | 1110 | 1000 | 10101011 | 1010011 | 110011 |
Color Harmonies of #1BEACA
Complementary color
Monochromatic Colors of #1BEACA
Black with #1BEACA
Text Example
Text Example
White with #1BEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEACA; }
p { color: rgb(27,234,202); }
H1.HeaderClassName
{
color: #1BEACA;
}
.AnyTagClassName
{
color: #1BEACA;
}
</style>
background-color css
<style>
a { background-color: #1BEACA; }
a { background-color: rgb(27,234,202); }
div.DivClassName
{
background-color: #1BEACA;
}
.BgClassName
{
background-color: #1BEACA;
}
</style>
border-color css
<style>
span { border-color: #1BEACA; }
span { border-color: rgb(27,234,202); }
td.TdClassName
{
border-color: #1BEACA;
}
.TagClassName
{
border-color: #1BEACA;
}
</style>