Shades of Bright Turquoise #1BEFCE
Tints of Bright Turquoise #1BEFCE
RGB
CMYK
RGB Variations
Color information
#1BEFCE (or 0x1BEFCE) is known color: Bright Turquoise. HEX triplet: 1B, EF and CE. RGB value is (27,239,206). Sum of RGB (Red+Green+Blue) = 27+239+206=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #1BEFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BEFCE is #E41031. Grayscale: #ABABAB. Windows color (decimal): -14946354 or 13561627. OLE color: 13561627.
HSL color Cylindrical-coordinate representation of color #1BEFCE: hue angle of 170.66º 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 #1BEFCE is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 206 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.06 |
| HSL | 170.66º | 0.87% | 0.52% | - |
| HSV(B) | 170.66º | 0.89% | 0.94% | - |
| XYZ | 42.46 | 66.42 | 68.98 | - |
| YUV | 171.85 | 147.26 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 206 | 0.89 | 0 | 0.14 | 0.06 | 170.66 | 0.87 | 0.52 |
| Hex | 1B | EF | CE | 59 | 0 | E | 6 | AB | 57 | 34 |
| Octal | 33 | 357 | 316 | 131 | 0 | 16 | 6 | 253 | 127 | 64 |
| Binary | 11011 | 11101111 | 11001110 | 1011001 | 0 | 1110 | 110 | 10101011 | 1010111 | 110100 |
Color Harmonies of #1BEFCE
Complementary color
Monochromatic Colors of #1BEFCE
Black with #1BEFCE
Text Example
Text Example
White with #1BEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFCE; }
p { color: rgb(27,239,206); }
H1.HeaderClassName
{
color: #1BEFCE;
}
.AnyTagClassName
{
color: #1BEFCE;
}
</style>
background-color css
<style>
a { background-color: #1BEFCE; }
a { background-color: rgb(27,239,206); }
div.DivClassName
{
background-color: #1BEFCE;
}
.BgClassName
{
background-color: #1BEFCE;
}
</style>
border-color css
<style>
span { border-color: #1BEFCE; }
span { border-color: rgb(27,239,206); }
td.TdClassName
{
border-color: #1BEFCE;
}
.TagClassName
{
border-color: #1BEFCE;
}
</style>