Shades of Bright Turquoise #1BF5E1
Tints of Bright Turquoise #1BF5E1
RGB
CMYK
RGB Variations
Color information
#1BF5E1 (or 0x1BF5E1) is known color: Bright Turquoise. HEX triplet: 1B, F5 and E1. RGB value is (27,245,225). Sum of RGB (Red+Green+Blue) = 27+245+225=497 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.43% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #1BF5E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF5E1 is #E40A1E. Grayscale: #B1B1B1. Windows color (decimal): -14944799 or 14808347. OLE color: 14808347.
HSL color Cylindrical-coordinate representation of color #1BF5E1: hue angle of 174.5º 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 #1BF5E1 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 245 | 225 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.04 |
| HSL | 174.5º | 0.92% | 0.53% | - |
| HSV(B) | 174.5º | 0.89% | 0.96% | - |
| XYZ | 46.7 | 70.97 | 82.47 | - |
| YUV | 177.54 | 154.78 | 20.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 245 | 225 | 0.89 | 0 | 0.08 | 0.04 | 174.5 | 0.92 | 0.53 |
| Hex | 1B | F5 | E1 | 59 | 0 | 8 | 4 | AE | 5C | 35 |
| Octal | 33 | 365 | 341 | 131 | 0 | 10 | 4 | 256 | 134 | 65 |
| Binary | 11011 | 11110101 | 11100001 | 1011001 | 0 | 1000 | 100 | 10101110 | 1011100 | 110101 |
Color Harmonies of #1BF5E1
Complementary color
Monochromatic Colors of #1BF5E1
Black with #1BF5E1
Text Example
Text Example
White with #1BF5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF5E1; }
p { color: rgb(27,245,225); }
H1.HeaderClassName
{
color: #1BF5E1;
}
.AnyTagClassName
{
color: #1BF5E1;
}
</style>
background-color css
<style>
a { background-color: #1BF5E1; }
a { background-color: rgb(27,245,225); }
div.DivClassName
{
background-color: #1BF5E1;
}
.BgClassName
{
background-color: #1BF5E1;
}
</style>
border-color css
<style>
span { border-color: #1BF5E1; }
span { border-color: rgb(27,245,225); }
td.TdClassName
{
border-color: #1BF5E1;
}
.TagClassName
{
border-color: #1BF5E1;
}
</style>