Shades of Bright Turquoise #1BE5CF
Tints of Bright Turquoise #1BE5CF
RGB
CMYK
RGB Variations
Color information
#1BE5CF (or 0x1BE5CF) is known color: Bright Turquoise. HEX triplet: 1B, E5 and CF. RGB value is (27,229,207). Sum of RGB (Red+Green+Blue) = 27+229+207=463 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.83% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #1BE5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE5CF is #E41A30. Grayscale: #A5A5A5. Windows color (decimal): -14948913 or 13624603. OLE color: 13624603.
HSL color Cylindrical-coordinate representation of color #1BE5CF: hue angle of 173.47º 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 #1BE5CF is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 229 | 207 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.10 |
| HSL | 173.47º | 0.8% | 0.5% | - |
| HSV(B) | 173.47º | 0.88% | 0.9% | - |
| XYZ | 39.73 | 60.78 | 68.67 | - |
| YUV | 166.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 229 | 207 | 0.88 | 0 | 0.10 | 0.10 | 173.47 | 0.8 | 0.5 |
| Hex | 1B | E5 | CF | 58 | 0 | A | A | AD | 50 | 32 |
| Octal | 33 | 345 | 317 | 130 | 0 | 12 | 12 | 255 | 120 | 62 |
| Binary | 11011 | 11100101 | 11001111 | 1011000 | 0 | 1010 | 1010 | 10101101 | 1010000 | 110010 |
Color Harmonies of #1BE5CF
Complementary color
Monochromatic Colors of #1BE5CF
Black with #1BE5CF
Text Example
Text Example
White with #1BE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE5CF; }
p { color: rgb(27,229,207); }
H1.HeaderClassName
{
color: #1BE5CF;
}
.AnyTagClassName
{
color: #1BE5CF;
}
</style>
background-color css
<style>
a { background-color: #1BE5CF; }
a { background-color: rgb(27,229,207); }
div.DivClassName
{
background-color: #1BE5CF;
}
.BgClassName
{
background-color: #1BE5CF;
}
</style>
border-color css
<style>
span { border-color: #1BE5CF; }
span { border-color: rgb(27,229,207); }
td.TdClassName
{
border-color: #1BE5CF;
}
.TagClassName
{
border-color: #1BE5CF;
}
</style>