Shades of Bright Turquoise #1BEFE0
Tints of Bright Turquoise #1BEFE0
RGB
CMYK
RGB Variations
Color information
#1BEFE0 (or 0x1BEFE0) is known color: Bright Turquoise. HEX triplet: 1B, EF and E0. RGB value is (27,239,224). Sum of RGB (Red+Green+Blue) = 27+239+224=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFE0 is #E4101F. Grayscale: #ADADAD. Windows color (decimal): -14946336 or 14741275. OLE color: 14741275.
HSL color Cylindrical-coordinate representation of color #1BEFE0: hue angle of 175.75º 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 #1BEFE0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 224 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.06 |
| HSL | 175.75º | 0.87% | 0.52% | - |
| HSV(B) | 175.75º | 0.89% | 0.94% | - |
| XYZ | 44.77 | 67.35 | 81.16 | - |
| YUV | 173.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 224 | 0.89 | 0 | 0.06 | 0.06 | 175.75 | 0.87 | 0.52 |
| Hex | 1B | EF | E0 | 59 | 0 | 6 | 6 | B0 | 57 | 34 |
| Octal | 33 | 357 | 340 | 131 | 0 | 6 | 6 | 260 | 127 | 64 |
| Binary | 11011 | 11101111 | 11100000 | 1011001 | 0 | 110 | 110 | 10110000 | 1010111 | 110100 |
Color Harmonies of #1BEFE0
Complementary color
Monochromatic Colors of #1BEFE0
Black with #1BEFE0
Text Example
Text Example
White with #1BEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFE0; }
p { color: rgb(27,239,224); }
H1.HeaderClassName
{
color: #1BEFE0;
}
.AnyTagClassName
{
color: #1BEFE0;
}
</style>
background-color css
<style>
a { background-color: #1BEFE0; }
a { background-color: rgb(27,239,224); }
div.DivClassName
{
background-color: #1BEFE0;
}
.BgClassName
{
background-color: #1BEFE0;
}
</style>
border-color css
<style>
span { border-color: #1BEFE0; }
span { border-color: rgb(27,239,224); }
td.TdClassName
{
border-color: #1BEFE0;
}
.TagClassName
{
border-color: #1BEFE0;
}
</style>