Shades of Bright Turquoise #1BF5C0
Tints of Bright Turquoise #1BF5C0
RGB
CMYK
RGB Variations
Color information
#1BF5C0 (or 0x1BF5C0) is known color: Bright Turquoise. HEX triplet: 1B, F5 and C0. RGB value is (27,245,192). Sum of RGB (Red+Green+Blue) = 27+245+192=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #1BF5C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF5C0 is #E40A3F. Grayscale: #ADADAD. Windows color (decimal): -14944832 or 12645659. OLE color: 12645659.
HSL color Cylindrical-coordinate representation of color #1BF5C0: hue angle of 165.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF5C0 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 245 | 192 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.04 |
| HSL | 165.41º | 0.92% | 0.53% | - |
| HSV(B) | 165.41º | 0.89% | 0.96% | - |
| XYZ | 42.62 | 69.34 | 61.01 | - |
| YUV | 173.78 | 138.28 | 23.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 245 | 192 | 0.89 | 0 | 0.22 | 0.04 | 165.41 | 0.92 | 0.53 |
| Hex | 1B | F5 | C0 | 59 | 0 | 16 | 4 | A5 | 5C | 35 |
| Octal | 33 | 365 | 300 | 131 | 0 | 26 | 4 | 245 | 134 | 65 |
| Binary | 11011 | 11110101 | 11000000 | 1011001 | 0 | 10110 | 100 | 10100101 | 1011100 | 110101 |
Color Harmonies of #1BF5C0
Complementary color
Monochromatic Colors of #1BF5C0
Black with #1BF5C0
Text Example
Text Example
White with #1BF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF5C0; }
p { color: rgb(27,245,192); }
H1.HeaderClassName
{
color: #1BF5C0;
}
.AnyTagClassName
{
color: #1BF5C0;
}
</style>
background-color css
<style>
a { background-color: #1BF5C0; }
a { background-color: rgb(27,245,192); }
div.DivClassName
{
background-color: #1BF5C0;
}
.BgClassName
{
background-color: #1BF5C0;
}
</style>
border-color css
<style>
span { border-color: #1BF5C0; }
span { border-color: rgb(27,245,192); }
td.TdClassName
{
border-color: #1BF5C0;
}
.TagClassName
{
border-color: #1BF5C0;
}
</style>