Shades of Bright Turquoise #1BEEC1
Tints of Bright Turquoise #1BEEC1
RGB
CMYK
RGB Variations
Color information
#1BEEC1 (or 0x1BEEC1) is known color: Bright Turquoise. HEX triplet: 1B, EE and C1. RGB value is (27,238,193). Sum of RGB (Red+Green+Blue) = 27+238+193=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEEC1 is #E4113E. Grayscale: #A9A9A9. Windows color (decimal): -14946623 or 12709403. OLE color: 12709403.
HSL color Cylindrical-coordinate representation of color #1BEEC1: hue angle of 167.2º degrees, saturation: 0.86, 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 #1BEEC1 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 193 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.07 |
| HSL | 167.2º | 0.86% | 0.52% | - |
| HSV(B) | 167.2º | 0.89% | 0.93% | - |
| XYZ | 40.65 | 65.23 | 60.9 | - |
| YUV | 169.78 | 141.1 | 26.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 193 | 0.89 | 0 | 0.19 | 0.07 | 167.2 | 0.86 | 0.52 |
| Hex | 1B | EE | C1 | 59 | 0 | 13 | 7 | A7 | 56 | 34 |
| Octal | 33 | 356 | 301 | 131 | 0 | 23 | 7 | 247 | 126 | 64 |
| Binary | 11011 | 11101110 | 11000001 | 1011001 | 0 | 10011 | 111 | 10100111 | 1010110 | 110100 |
Color Harmonies of #1BEEC1
Complementary color
Monochromatic Colors of #1BEEC1
Black with #1BEEC1
Text Example
Text Example
White with #1BEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEEC1; }
p { color: rgb(27,238,193); }
H1.HeaderClassName
{
color: #1BEEC1;
}
.AnyTagClassName
{
color: #1BEEC1;
}
</style>
background-color css
<style>
a { background-color: #1BEEC1; }
a { background-color: rgb(27,238,193); }
div.DivClassName
{
background-color: #1BEEC1;
}
.BgClassName
{
background-color: #1BEEC1;
}
</style>
border-color css
<style>
span { border-color: #1BEEC1; }
span { border-color: rgb(27,238,193); }
td.TdClassName
{
border-color: #1BEEC1;
}
.TagClassName
{
border-color: #1BEEC1;
}
</style>