Shades of Bright Turquoise #1BF7D1
Tints of Bright Turquoise #1BF7D1
RGB
CMYK
RGB Variations
Color information
#1BF7D1 (or 0x1BF7D1) is known color: Bright Turquoise. HEX triplet: 1B, F7 and D1. RGB value is (27,247,209). Sum of RGB (Red+Green+Blue) = 27+247+209=483 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.59% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF7D1 is #E4082E. Grayscale: #B0B0B0. Windows color (decimal): -14944303 or 13760283. OLE color: 13760283.
HSL color Cylindrical-coordinate representation of color #1BF7D1: hue angle of 169.64º 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 #1BF7D1 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 247 | 209 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.03 |
| HSL | 169.64º | 0.93% | 0.54% | - |
| HSV(B) | 169.64º | 0.89% | 0.97% | - |
| XYZ | 45.22 | 71.36 | 71.71 | - |
| YUV | 176.89 | 146.11 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 247 | 209 | 0.89 | 0 | 0.15 | 0.03 | 169.64 | 0.93 | 0.54 |
| Hex | 1B | F7 | D1 | 59 | 0 | F | 3 | AA | 5D | 36 |
| Octal | 33 | 367 | 321 | 131 | 0 | 17 | 3 | 252 | 135 | 66 |
| Binary | 11011 | 11110111 | 11010001 | 1011001 | 0 | 1111 | 11 | 10101010 | 1011101 | 110110 |
Color Harmonies of #1BF7D1
Complementary color
Monochromatic Colors of #1BF7D1
Black with #1BF7D1
Text Example
Text Example
White with #1BF7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF7D1; }
p { color: rgb(27,247,209); }
H1.HeaderClassName
{
color: #1BF7D1;
}
.AnyTagClassName
{
color: #1BF7D1;
}
</style>
background-color css
<style>
a { background-color: #1BF7D1; }
a { background-color: rgb(27,247,209); }
div.DivClassName
{
background-color: #1BF7D1;
}
.BgClassName
{
background-color: #1BF7D1;
}
</style>
border-color css
<style>
span { border-color: #1BF7D1; }
span { border-color: rgb(27,247,209); }
td.TdClassName
{
border-color: #1BF7D1;
}
.TagClassName
{
border-color: #1BF7D1;
}
</style>