Shades of Bright Turquoise #1BF7CE
Tints of Bright Turquoise #1BF7CE
RGB
CMYK
RGB Variations
Color information
#1BF7CE (or 0x1BF7CE) is known color: Bright Turquoise. HEX triplet: 1B, F7 and CE. RGB value is (27,247,206). Sum of RGB (Red+Green+Blue) = 27+247+206=480 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.62% from 480); Green value is 247 (96.88% from 255 or 51.46% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF7CE is #E40831. Grayscale: #B0B0B0. Windows color (decimal): -14944306 or 13563675. OLE color: 13563675.
HSL color Cylindrical-coordinate representation of color #1BF7CE: hue angle of 168.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF7CE is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 247 | 206 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.03 |
| HSL | 168.82º | 0.93% | 0.54% | - |
| HSV(B) | 168.82º | 0.89% | 0.97% | - |
| XYZ | 44.85 | 71.21 | 69.77 | - |
| YUV | 176.55 | 144.61 | 21.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 247 | 206 | 0.89 | 0 | 0.17 | 0.03 | 168.82 | 0.93 | 0.54 |
| Hex | 1B | F7 | CE | 59 | 0 | 11 | 3 | A9 | 5D | 36 |
| Octal | 33 | 367 | 316 | 131 | 0 | 21 | 3 | 251 | 135 | 66 |
| Binary | 11011 | 11110111 | 11001110 | 1011001 | 0 | 10001 | 11 | 10101001 | 1011101 | 110110 |
Color Harmonies of #1BF7CE
Complementary color
Monochromatic Colors of #1BF7CE
Black with #1BF7CE
Text Example
Text Example
White with #1BF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF7CE; }
p { color: rgb(27,247,206); }
H1.HeaderClassName
{
color: #1BF7CE;
}
.AnyTagClassName
{
color: #1BF7CE;
}
</style>
background-color css
<style>
a { background-color: #1BF7CE; }
a { background-color: rgb(27,247,206); }
div.DivClassName
{
background-color: #1BF7CE;
}
.BgClassName
{
background-color: #1BF7CE;
}
</style>
border-color css
<style>
span { border-color: #1BF7CE; }
span { border-color: rgb(27,247,206); }
td.TdClassName
{
border-color: #1BF7CE;
}
.TagClassName
{
border-color: #1BF7CE;
}
</style>