Shades of Bright Turquoise #1BEBEC
Tints of Bright Turquoise #1BEBEC
RGB
CMYK
RGB Variations
Color information
#1BEBEC (or 0x1BEBEC) is known color: Bright Turquoise. HEX triplet: 1B, EB and EC. RGB value is (27,235,236). Sum of RGB (Red+Green+Blue) = 27+235+236=498 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.42% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BEBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEBEC is #E41413. Grayscale: #ACACAC. Windows color (decimal): -14947348 or 15526683. OLE color: 15526683.
HSL color Cylindrical-coordinate representation of color #1BEBEC: hue angle of 180.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEBEC is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 235 | 236 | - |
| CMYK | 0.89 | 0.00 | 0 | 0.07 |
| HSL | 180.29º | 0.85% | 0.52% | - |
| HSV(B) | 180.29º | 0.89% | 0.93% | - |
| XYZ | 45.3 | 65.71 | 89.65 | - |
| YUV | 172.92 | 163.59 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 235 | 236 | 0.89 | 0.00 | 0 | 0.07 | 180.29 | 0.85 | 0.52 |
| Hex | 1B | EB | EC | 59 | 0 | 0 | 7 | B4 | 55 | 34 |
| Octal | 33 | 353 | 354 | 131 | 0 | 0 | 7 | 264 | 125 | 64 |
| Binary | 11011 | 11101011 | 11101100 | 1011001 | 0 | 0 | 111 | 10110100 | 1010101 | 110100 |
Color Harmonies of #1BEBEC
Complementary color
Monochromatic Colors of #1BEBEC
Black with #1BEBEC
Text Example
Text Example
White with #1BEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEBEC; }
p { color: rgb(27,235,236); }
H1.HeaderClassName
{
color: #1BEBEC;
}
.AnyTagClassName
{
color: #1BEBEC;
}
</style>
background-color css
<style>
a { background-color: #1BEBEC; }
a { background-color: rgb(27,235,236); }
div.DivClassName
{
background-color: #1BEBEC;
}
.BgClassName
{
background-color: #1BEBEC;
}
</style>
border-color css
<style>
span { border-color: #1BEBEC; }
span { border-color: rgb(27,235,236); }
td.TdClassName
{
border-color: #1BEBEC;
}
.TagClassName
{
border-color: #1BEBEC;
}
</style>