Shades of Bright Turquoise #1BF6CF
Tints of Bright Turquoise #1BF6CF
RGB
CMYK
RGB Variations
Color information
#1BF6CF (or 0x1BF6CF) is known color: Bright Turquoise. HEX triplet: 1B, F6 and CF. RGB value is (27,246,207). Sum of RGB (Red+Green+Blue) = 27+246+207=480 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.62% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #1BF6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF6CF is #E40930. Grayscale: #B0B0B0. Windows color (decimal): -14944561 or 13628955. OLE color: 13628955.
HSL color Cylindrical-coordinate representation of color #1BF6CF: hue angle of 169.32º 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 #1BF6CF is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 246 | 207 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.04 |
| HSL | 169.32º | 0.92% | 0.54% | - |
| HSV(B) | 169.32º | 0.89% | 0.96% | - |
| XYZ | 44.67 | 70.65 | 70.31 | - |
| YUV | 176.07 | 145.45 | 21.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 246 | 207 | 0.89 | 0 | 0.16 | 0.04 | 169.32 | 0.92 | 0.54 |
| Hex | 1B | F6 | CF | 59 | 0 | 10 | 4 | A9 | 5C | 36 |
| Octal | 33 | 366 | 317 | 131 | 0 | 20 | 4 | 251 | 134 | 66 |
| Binary | 11011 | 11110110 | 11001111 | 1011001 | 0 | 10000 | 100 | 10101001 | 1011100 | 110110 |
Color Harmonies of #1BF6CF
Complementary color
Monochromatic Colors of #1BF6CF
Black with #1BF6CF
Text Example
Text Example
White with #1BF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF6CF; }
p { color: rgb(27,246,207); }
H1.HeaderClassName
{
color: #1BF6CF;
}
.AnyTagClassName
{
color: #1BF6CF;
}
</style>
background-color css
<style>
a { background-color: #1BF6CF; }
a { background-color: rgb(27,246,207); }
div.DivClassName
{
background-color: #1BF6CF;
}
.BgClassName
{
background-color: #1BF6CF;
}
</style>
border-color css
<style>
span { border-color: #1BF6CF; }
span { border-color: rgb(27,246,207); }
td.TdClassName
{
border-color: #1BF6CF;
}
.TagClassName
{
border-color: #1BF6CF;
}
</style>