Shades of Bright Turquoise #1BE6C9
Tints of Bright Turquoise #1BE6C9
RGB
CMYK
RGB Variations
Color information
#1BE6C9 (or 0x1BE6C9) is known color: Bright Turquoise. HEX triplet: 1B, E6 and C9. RGB value is (27,230,201). Sum of RGB (Red+Green+Blue) = 27+230+201=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 230 (90.23% from 255 or 50.22% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 230 - color contains mainly: green. Hex color #1BE6C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE6C9 is #E41936. Grayscale: #A5A5A5. Windows color (decimal): -14948663 or 13231643. OLE color: 13231643.
HSL color Cylindrical-coordinate representation of color #1BE6C9: hue angle of 171.43º 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 #1BE6C9 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 230 | 201 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.10 |
| HSL | 171.43º | 0.8% | 0.5% | - |
| HSV(B) | 171.43º | 0.88% | 0.9% | - |
| XYZ | 39.29 | 61.04 | 64.97 | - |
| YUV | 166 | 147.75 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 230 | 201 | 0.88 | 0 | 0.13 | 0.10 | 171.43 | 0.8 | 0.5 |
| Hex | 1B | E6 | C9 | 58 | 0 | D | A | AB | 50 | 32 |
| Octal | 33 | 346 | 311 | 130 | 0 | 15 | 12 | 253 | 120 | 62 |
| Binary | 11011 | 11100110 | 11001001 | 1011000 | 0 | 1101 | 1010 | 10101011 | 1010000 | 110010 |
Color Harmonies of #1BE6C9
Complementary color
Monochromatic Colors of #1BE6C9
Black with #1BE6C9
Text Example
Text Example
White with #1BE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE6C9; }
p { color: rgb(27,230,201); }
H1.HeaderClassName
{
color: #1BE6C9;
}
.AnyTagClassName
{
color: #1BE6C9;
}
</style>
background-color css
<style>
a { background-color: #1BE6C9; }
a { background-color: rgb(27,230,201); }
div.DivClassName
{
background-color: #1BE6C9;
}
.BgClassName
{
background-color: #1BE6C9;
}
</style>
border-color css
<style>
span { border-color: #1BE6C9; }
span { border-color: rgb(27,230,201); }
td.TdClassName
{
border-color: #1BE6C9;
}
.TagClassName
{
border-color: #1BE6C9;
}
</style>