Shades of Bright Turquoise #1BEFBC
Tints of Bright Turquoise #1BEFBC
RGB
CMYK
RGB Variations
Color information
#1BEFBC (or 0x1BEFBC) is known color: Bright Turquoise. HEX triplet: 1B, EF and BC. RGB value is (27,239,188). Sum of RGB (Red+Green+Blue) = 27+239+188=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFBC is #E41043. Grayscale: #A9A9A9. Windows color (decimal): -14946372 or 12381979. OLE color: 12381979.
HSL color Cylindrical-coordinate representation of color #1BEFBC: hue angle of 165.57º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFBC is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 188 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.06 |
| HSL | 165.57º | 0.87% | 0.52% | - |
| HSV(B) | 165.57º | 0.89% | 0.94% | - |
| XYZ | 40.4 | 65.6 | 58.11 | - |
| YUV | 169.8 | 138.26 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 188 | 0.89 | 0 | 0.21 | 0.06 | 165.57 | 0.87 | 0.52 |
| Hex | 1B | EF | BC | 59 | 0 | 15 | 6 | A6 | 57 | 34 |
| Octal | 33 | 357 | 274 | 131 | 0 | 25 | 6 | 246 | 127 | 64 |
| Binary | 11011 | 11101111 | 10111100 | 1011001 | 0 | 10101 | 110 | 10100110 | 1010111 | 110100 |
Color Harmonies of #1BEFBC
Complementary color
Monochromatic Colors of #1BEFBC
Black with #1BEFBC
Text Example
Text Example
White with #1BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFBC; }
p { color: rgb(27,239,188); }
H1.HeaderClassName
{
color: #1BEFBC;
}
.AnyTagClassName
{
color: #1BEFBC;
}
</style>
background-color css
<style>
a { background-color: #1BEFBC; }
a { background-color: rgb(27,239,188); }
div.DivClassName
{
background-color: #1BEFBC;
}
.BgClassName
{
background-color: #1BEFBC;
}
</style>
border-color css
<style>
span { border-color: #1BEFBC; }
span { border-color: rgb(27,239,188); }
td.TdClassName
{
border-color: #1BEFBC;
}
.TagClassName
{
border-color: #1BEFBC;
}
</style>