Shades of Bright Turquoise #1BEFEF
Tints of Bright Turquoise #1BEFEF
RGB
CMYK
RGB Variations
Color information
#1BEFEF (or 0x1BEFEF) is known color: Bright Turquoise. HEX triplet: 1B, EF and EF. RGB value is (27,239,239). Sum of RGB (Red+Green+Blue) = 27+239+239=505 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.35% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #1BEFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEFEF is #E41010. Grayscale: #AFAFAF. Windows color (decimal): -14946321 or 15724315. OLE color: 15724315.
HSL color Cylindrical-coordinate representation of color #1BEFEF: hue angle of 180º 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 #1BEFEF is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 239 | 239 | - |
| CMYK | 0.89 | 0 | 0 | 0.06 |
| HSL | 180º | 0.87% | 0.52% | - |
| HSV(B) | 180º | 0.89% | 0.94% | - |
| XYZ | 46.9 | 68.2 | 92.35 | - |
| YUV | 175.61 | 163.76 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 239 | 0.89 | 0 | 0 | 0.06 | 180 | 0.87 | 0.52 |
| Hex | 1B | EF | EF | 59 | 0 | 0 | 6 | B4 | 57 | 34 |
| Octal | 33 | 357 | 357 | 131 | 0 | 0 | 6 | 264 | 127 | 64 |
| Binary | 11011 | 11101111 | 11101111 | 1011001 | 0 | 0 | 110 | 10110100 | 1010111 | 110100 |
Color Harmonies of #1BEFEF
Complementary color
Monochromatic Colors of #1BEFEF
Black with #1BEFEF
Text Example
Text Example
White with #1BEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFEF; }
p { color: rgb(27,239,239); }
H1.HeaderClassName
{
color: #1BEFEF;
}
.AnyTagClassName
{
color: #1BEFEF;
}
</style>
background-color css
<style>
a { background-color: #1BEFEF; }
a { background-color: rgb(27,239,239); }
div.DivClassName
{
background-color: #1BEFEF;
}
.BgClassName
{
background-color: #1BEFEF;
}
</style>
border-color css
<style>
span { border-color: #1BEFEF; }
span { border-color: rgb(27,239,239); }
td.TdClassName
{
border-color: #1BEFEF;
}
.TagClassName
{
border-color: #1BEFEF;
}
</style>