Shades of Bright Turquoise #1BE0D9
Tints of Bright Turquoise #1BE0D9
RGB
CMYK
RGB Variations
Color information
#1BE0D9 (or 0x1BE0D9) is known color: Bright Turquoise. HEX triplet: 1B, E0 and D9. RGB value is (27,224,217). Sum of RGB (Red+Green+Blue) = 27+224+217=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE0D9 is #E41F26. Grayscale: #A4A4A4. Windows color (decimal): -14950183 or 14278683. OLE color: 14278683.
HSL color Cylindrical-coordinate representation of color #1BE0D9: hue angle of 177.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE0D9 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 217 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.12 |
| HSL | 177.87º | 0.78% | 0.49% | - |
| HSV(B) | 177.87º | 0.88% | 0.88% | - |
| XYZ | 39.63 | 58.55 | 74.86 | - |
| YUV | 164.3 | 157.73 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 217 | 0.88 | 0 | 0.03 | 0.12 | 177.87 | 0.78 | 0.49 |
| Hex | 1B | E0 | D9 | 58 | 0 | 3 | C | B2 | 4E | 31 |
| Octal | 33 | 340 | 331 | 130 | 0 | 3 | 14 | 262 | 116 | 61 |
| Binary | 11011 | 11100000 | 11011001 | 1011000 | 0 | 11 | 1100 | 10110010 | 1001110 | 110001 |
Color Harmonies of #1BE0D9
Complementary color
Monochromatic Colors of #1BE0D9
Black with #1BE0D9
Text Example
Text Example
White with #1BE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE0D9; }
p { color: rgb(27,224,217); }
H1.HeaderClassName
{
color: #1BE0D9;
}
.AnyTagClassName
{
color: #1BE0D9;
}
</style>
background-color css
<style>
a { background-color: #1BE0D9; }
a { background-color: rgb(27,224,217); }
div.DivClassName
{
background-color: #1BE0D9;
}
.BgClassName
{
background-color: #1BE0D9;
}
</style>
border-color css
<style>
span { border-color: #1BE0D9; }
span { border-color: rgb(27,224,217); }
td.TdClassName
{
border-color: #1BE0D9;
}
.TagClassName
{
border-color: #1BE0D9;
}
</style>