Shades of Bright Turquoise #1BF6D9
Tints of Bright Turquoise #1BF6D9
RGB
CMYK
RGB Variations
Color information
#1BF6D9 (or 0x1BF6D9) is known color: Bright Turquoise. HEX triplet: 1B, F6 and D9. RGB value is (27,246,217). Sum of RGB (Red+Green+Blue) = 27+246+217=490 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.51% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #1BF6D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF6D9 is #E40926. Grayscale: #B1B1B1. Windows color (decimal): -14944551 or 14284315. OLE color: 14284315.
HSL color Cylindrical-coordinate representation of color #1BF6D9: hue angle of 172.05º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF6D9 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 246 | 217 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.04 |
| HSL | 172.05º | 0.92% | 0.54% | - |
| HSV(B) | 172.05º | 0.89% | 0.96% | - |
| XYZ | 45.93 | 71.15 | 76.96 | - |
| YUV | 177.21 | 150.45 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 246 | 217 | 0.89 | 0 | 0.12 | 0.04 | 172.05 | 0.92 | 0.54 |
| Hex | 1B | F6 | D9 | 59 | 0 | C | 4 | AC | 5C | 36 |
| Octal | 33 | 366 | 331 | 131 | 0 | 14 | 4 | 254 | 134 | 66 |
| Binary | 11011 | 11110110 | 11011001 | 1011001 | 0 | 1100 | 100 | 10101100 | 1011100 | 110110 |
Color Harmonies of #1BF6D9
Complementary color
Monochromatic Colors of #1BF6D9
Black with #1BF6D9
Text Example
Text Example
White with #1BF6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF6D9; }
p { color: rgb(27,246,217); }
H1.HeaderClassName
{
color: #1BF6D9;
}
.AnyTagClassName
{
color: #1BF6D9;
}
</style>
background-color css
<style>
a { background-color: #1BF6D9; }
a { background-color: rgb(27,246,217); }
div.DivClassName
{
background-color: #1BF6D9;
}
.BgClassName
{
background-color: #1BF6D9;
}
</style>
border-color css
<style>
span { border-color: #1BF6D9; }
span { border-color: rgb(27,246,217); }
td.TdClassName
{
border-color: #1BF6D9;
}
.TagClassName
{
border-color: #1BF6D9;
}
</style>