Shades of Bright Turquoise #1BECED
Tints of Bright Turquoise #1BECED
RGB
CMYK
RGB Variations
Color information
#1BECED (or 0x1BECED) is known color: Bright Turquoise. HEX triplet: 1B, EC and ED. RGB value is (27,236,237). Sum of RGB (Red+Green+Blue) = 27+236+237=500 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #1BECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BECED is #E41312. Grayscale: #ADADAD. Windows color (decimal): -14947091 or 15592475. OLE color: 15592475.
HSL color Cylindrical-coordinate representation of color #1BECED: 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 #1BECED is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 237 | - |
| 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.73 | 66.34 | 90.51 | - |
| YUV | 173.62 | 163.76 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 237 | 0.89 | 0.00 | 0 | 0.07 | 180.29 | 0.85 | 0.52 |
| Hex | 1B | EC | ED | 59 | 0 | 0 | 7 | B4 | 55 | 34 |
| Octal | 33 | 354 | 355 | 131 | 0 | 0 | 7 | 264 | 125 | 64 |
| Binary | 11011 | 11101100 | 11101101 | 1011001 | 0 | 0 | 111 | 10110100 | 1010101 | 110100 |
Color Harmonies of #1BECED
Complementary color
Monochromatic Colors of #1BECED
Black with #1BECED
Text Example
Text Example
White with #1BECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BECED; }
p { color: rgb(27,236,237); }
H1.HeaderClassName
{
color: #1BECED;
}
.AnyTagClassName
{
color: #1BECED;
}
</style>
background-color css
<style>
a { background-color: #1BECED; }
a { background-color: rgb(27,236,237); }
div.DivClassName
{
background-color: #1BECED;
}
.BgClassName
{
background-color: #1BECED;
}
</style>
border-color css
<style>
span { border-color: #1BECED; }
span { border-color: rgb(27,236,237); }
td.TdClassName
{
border-color: #1BECED;
}
.TagClassName
{
border-color: #1BECED;
}
</style>