Shades of Bright Turquoise #1BE7FA
Tints of Bright Turquoise #1BE7FA
RGB
CMYK
RGB Variations
Color information
#1BE7FA (or 0x1BE7FA) is known color: Bright Turquoise. HEX triplet: 1B, E7 and FA. RGB value is (27,231,250). Sum of RGB (Red+Green+Blue) = 27+231+250=508 (67% of max value = 765). Red value is 27 (10.94% from 255 or 5.31% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BE7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BE7FA is #E41805. Grayscale: #ABABAB. Windows color (decimal): -14948358 or 16443163. OLE color: 16443163.
HSL color Cylindrical-coordinate representation of color #1BE7FA: hue angle of 185.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE7FA is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 231 | 250 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.02 |
| HSL | 185.11º | 0.96% | 0.54% | - |
| HSV(B) | 185.11º | 0.89% | 0.98% | - |
| XYZ | 46.28 | 64.29 | 100.41 | - |
| YUV | 172.17 | 171.91 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 231 | 250 | 0.89 | 0.08 | 0 | 0.02 | 185.11 | 0.96 | 0.54 |
| Hex | 1B | E7 | FA | 59 | 8 | 0 | 2 | B9 | 60 | 36 |
| Octal | 33 | 347 | 372 | 131 | 10 | 0 | 2 | 271 | 140 | 66 |
| Binary | 11011 | 11100111 | 11111010 | 1011001 | 1000 | 0 | 10 | 10111001 | 1100000 | 110110 |
Color Harmonies of #1BE7FA
Complementary color
Monochromatic Colors of #1BE7FA
Black with #1BE7FA
Text Example
Text Example
White with #1BE7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE7FA; }
p { color: rgb(27,231,250); }
H1.HeaderClassName
{
color: #1BE7FA;
}
.AnyTagClassName
{
color: #1BE7FA;
}
</style>
background-color css
<style>
a { background-color: #1BE7FA; }
a { background-color: rgb(27,231,250); }
div.DivClassName
{
background-color: #1BE7FA;
}
.BgClassName
{
background-color: #1BE7FA;
}
</style>
border-color css
<style>
span { border-color: #1BE7FA; }
span { border-color: rgb(27,231,250); }
td.TdClassName
{
border-color: #1BE7FA;
}
.TagClassName
{
border-color: #1BE7FA;
}
</style>