Shades of Bright Turquoise #1BEFF2
Tints of Bright Turquoise #1BEFF2
RGB
CMYK
RGB Variations
Color information
#1BEFF2 (or 0x1BEFF2) is known color: Bright Turquoise. HEX triplet: 1B, EF and F2. RGB value is (27,239,242). Sum of RGB (Red+Green+Blue) = 27+239+242=508 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.31% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #1BEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEFF2 is #E4100D. Grayscale: #AFAFAF. Windows color (decimal): -14946318 or 15920923. OLE color: 15920923.
HSL color Cylindrical-coordinate representation of color #1BEFF2: hue angle of 180.84º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFF2 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 239 | 242 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.05 |
| HSL | 180.84º | 0.89% | 0.53% | - |
| HSV(B) | 180.84º | 0.89% | 0.95% | - |
| XYZ | 47.35 | 68.38 | 94.71 | - |
| YUV | 175.95 | 165.26 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 242 | 0.89 | 0.01 | 0 | 0.05 | 180.84 | 0.89 | 0.53 |
| Hex | 1B | EF | F2 | 59 | 1 | 0 | 5 | B5 | 59 | 35 |
| Octal | 33 | 357 | 362 | 131 | 1 | 0 | 5 | 265 | 131 | 65 |
| Binary | 11011 | 11101111 | 11110010 | 1011001 | 1 | 0 | 101 | 10110101 | 1011001 | 110101 |
Color Harmonies of #1BEFF2
Complementary color
Monochromatic Colors of #1BEFF2
Black with #1BEFF2
Text Example
Text Example
White with #1BEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFF2; }
p { color: rgb(27,239,242); }
H1.HeaderClassName
{
color: #1BEFF2;
}
.AnyTagClassName
{
color: #1BEFF2;
}
</style>
background-color css
<style>
a { background-color: #1BEFF2; }
a { background-color: rgb(27,239,242); }
div.DivClassName
{
background-color: #1BEFF2;
}
.BgClassName
{
background-color: #1BEFF2;
}
</style>
border-color css
<style>
span { border-color: #1BEFF2; }
span { border-color: rgb(27,239,242); }
td.TdClassName
{
border-color: #1BEFF2;
}
.TagClassName
{
border-color: #1BEFF2;
}
</style>