Shades of Bright Turquoise #1BF8D6
Tints of Bright Turquoise #1BF8D6
RGB
CMYK
RGB Variations
Color information
#1BF8D6 (or 0x1BF8D6) is known color: Bright Turquoise. HEX triplet: 1B, F8 and D6. RGB value is (27,248,214). Sum of RGB (Red+Green+Blue) = 27+248+214=489 (64% of max value = 765). Red value is 27 (10.94% from 255 or 5.52% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #1BF8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF8D6 is #E40729. Grayscale: #B1B1B1. Windows color (decimal): -14944042 or 14088219. OLE color: 14088219.
HSL color Cylindrical-coordinate representation of color #1BF8D6: hue angle of 170.77º degrees, saturation: 0.94, 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 #1BF8D6 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 27 | 248 | 214 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.03 |
| HSL | 170.77º | 0.94% | 0.54% | - |
| HSV(B) | 170.77º | 0.89% | 0.97% | - |
| XYZ | 46.16 | 72.22 | 75.13 | - |
| YUV | 178.05 | 148.28 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 248 | 214 | 0.89 | 0 | 0.14 | 0.03 | 170.77 | 0.94 | 0.54 |
| Hex | 1B | F8 | D6 | 59 | 0 | E | 3 | AB | 5E | 36 |
| Octal | 33 | 370 | 326 | 131 | 0 | 16 | 3 | 253 | 136 | 66 |
| Binary | 11011 | 11111000 | 11010110 | 1011001 | 0 | 1110 | 11 | 10101011 | 1011110 | 110110 |
Color Harmonies of #1BF8D6
Complementary color
Monochromatic Colors of #1BF8D6
Black with #1BF8D6
Text Example
Text Example
White with #1BF8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF8D6; }
p { color: rgb(27,248,214); }
H1.HeaderClassName
{
color: #1BF8D6;
}
.AnyTagClassName
{
color: #1BF8D6;
}
</style>
background-color css
<style>
a { background-color: #1BF8D6; }
a { background-color: rgb(27,248,214); }
div.DivClassName
{
background-color: #1BF8D6;
}
.BgClassName
{
background-color: #1BF8D6;
}
</style>
border-color css
<style>
span { border-color: #1BF8D6; }
span { border-color: rgb(27,248,214); }
td.TdClassName
{
border-color: #1BF8D6;
}
.TagClassName
{
border-color: #1BF8D6;
}
</style>