Shades of Bright Turquoise #1BEEBC
Tints of Bright Turquoise #1BEEBC
RGB
CMYK
RGB Variations
Color information
#1BEEBC (or 0x1BEEBC) is known color: Bright Turquoise. HEX triplet: 1B, EE and BC. RGB value is (27,238,188). Sum of RGB (Red+Green+Blue) = 27+238+188=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #1BEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEEBC is #E41143. Grayscale: #A9A9A9. Windows color (decimal): -14946628 or 12381723. OLE color: 12381723.
HSL color Cylindrical-coordinate representation of color #1BEEBC: hue angle of 165.78º 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 #1BEEBC is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 238 | 188 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.07 |
| HSL | 165.78º | 0.86% | 0.52% | - |
| HSV(B) | 165.78º | 0.89% | 0.93% | - |
| XYZ | 40.1 | 65.01 | 58.01 | - |
| YUV | 169.21 | 138.6 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 188 | 0.89 | 0 | 0.21 | 0.07 | 165.78 | 0.86 | 0.52 |
| Hex | 1B | EE | BC | 59 | 0 | 15 | 7 | A6 | 56 | 34 |
| Octal | 33 | 356 | 274 | 131 | 0 | 25 | 7 | 246 | 126 | 64 |
| Binary | 11011 | 11101110 | 10111100 | 1011001 | 0 | 10101 | 111 | 10100110 | 1010110 | 110100 |
Color Harmonies of #1BEEBC
Complementary color
Monochromatic Colors of #1BEEBC
Black with #1BEEBC
Text Example
Text Example
White with #1BEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEEBC; }
p { color: rgb(27,238,188); }
H1.HeaderClassName
{
color: #1BEEBC;
}
.AnyTagClassName
{
color: #1BEEBC;
}
</style>
background-color css
<style>
a { background-color: #1BEEBC; }
a { background-color: rgb(27,238,188); }
div.DivClassName
{
background-color: #1BEEBC;
}
.BgClassName
{
background-color: #1BEEBC;
}
</style>
border-color css
<style>
span { border-color: #1BEEBC; }
span { border-color: rgb(27,238,188); }
td.TdClassName
{
border-color: #1BEEBC;
}
.TagClassName
{
border-color: #1BEEBC;
}
</style>