Shades of Bright Turquoise #1BFEE4
Tints of Bright Turquoise #1BFEE4
RGB
CMYK
RGB Variations
Color information
#1BFEE4 (or 0x1BFEE4) is known color: Bright Turquoise. HEX triplet: 1B, FE and E4. RGB value is (27,254,228). Sum of RGB (Red+Green+Blue) = 27+254+228=509 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.30% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFEE4 is #E4011B. Grayscale: #B7B7B7. Windows color (decimal): -14942492 or 15007259. OLE color: 15007259.
HSL color Cylindrical-coordinate representation of color #1BFEE4: hue angle of 173.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFEE4 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 228 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.00 |
| HSL | 173.13º | 0.99% | 0.55% | - |
| HSV(B) | 173.13º | 0.89% | 1% | - |
| XYZ | 49.9 | 76.72 | 85.58 | - |
| YUV | 183.16 | 153.29 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 228 | 0.89 | 0 | 0.10 | 0.00 | 173.13 | 0.99 | 0.55 |
| Hex | 1B | FE | E4 | 59 | 0 | A | 0 | AD | 63 | 37 |
| Octal | 33 | 376 | 344 | 131 | 0 | 12 | 0 | 255 | 143 | 67 |
| Binary | 11011 | 11111110 | 11100100 | 1011001 | 0 | 1010 | 0 | 10101101 | 1100011 | 110111 |
Color Harmonies of #1BFEE4
Complementary color
Monochromatic Colors of #1BFEE4
Black with #1BFEE4
Text Example
Text Example
White with #1BFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFEE4; }
p { color: rgb(27,254,228); }
H1.HeaderClassName
{
color: #1BFEE4;
}
.AnyTagClassName
{
color: #1BFEE4;
}
</style>
background-color css
<style>
a { background-color: #1BFEE4; }
a { background-color: rgb(27,254,228); }
div.DivClassName
{
background-color: #1BFEE4;
}
.BgClassName
{
background-color: #1BFEE4;
}
</style>
border-color css
<style>
span { border-color: #1BFEE4; }
span { border-color: rgb(27,254,228); }
td.TdClassName
{
border-color: #1BFEE4;
}
.TagClassName
{
border-color: #1BFEE4;
}
</style>