Shades of Bright Turquoise #1BE5DC
Tints of Bright Turquoise #1BE5DC
RGB
CMYK
RGB Variations
Color information
#1BE5DC (or 0x1BE5DC) is known color: Bright Turquoise. HEX triplet: 1B, E5 and DC. RGB value is (27,229,220). Sum of RGB (Red+Green+Blue) = 27+229+220=476 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.67% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #1BE5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE5DC is #E41A23. Grayscale: #A7A7A7. Windows color (decimal): -14948900 or 14476571. OLE color: 14476571.
HSL color Cylindrical-coordinate representation of color #1BE5DC: hue angle of 177.33º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE5DC is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 229 | 220 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.10 |
| HSL | 177.33º | 0.8% | 0.5% | - |
| HSV(B) | 177.33º | 0.88% | 0.9% | - |
| XYZ | 41.39 | 61.44 | 77.39 | - |
| YUV | 167.58 | 157.58 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 229 | 220 | 0.88 | 0 | 0.04 | 0.10 | 177.33 | 0.8 | 0.5 |
| Hex | 1B | E5 | DC | 58 | 0 | 4 | A | B1 | 50 | 32 |
| Octal | 33 | 345 | 334 | 130 | 0 | 4 | 12 | 261 | 120 | 62 |
| Binary | 11011 | 11100101 | 11011100 | 1011000 | 0 | 100 | 1010 | 10110001 | 1010000 | 110010 |
Color Harmonies of #1BE5DC
Complementary color
Monochromatic Colors of #1BE5DC
Black with #1BE5DC
Text Example
Text Example
White with #1BE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE5DC; }
p { color: rgb(27,229,220); }
H1.HeaderClassName
{
color: #1BE5DC;
}
.AnyTagClassName
{
color: #1BE5DC;
}
</style>
background-color css
<style>
a { background-color: #1BE5DC; }
a { background-color: rgb(27,229,220); }
div.DivClassName
{
background-color: #1BE5DC;
}
.BgClassName
{
background-color: #1BE5DC;
}
</style>
border-color css
<style>
span { border-color: #1BE5DC; }
span { border-color: rgb(27,229,220); }
td.TdClassName
{
border-color: #1BE5DC;
}
.TagClassName
{
border-color: #1BE5DC;
}
</style>