Shades of Bright Turquoise #1BE3FA
Tints of Bright Turquoise #1BE3FA
RGB
CMYK
RGB Variations
Color information
#1BE3FA (or 0x1BE3FA) is known color: Bright Turquoise. HEX triplet: 1B, E3 and FA. RGB value is (27,227,250). Sum of RGB (Red+Green+Blue) = 27+227+250=504 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.36% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BE3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE3FA is #E41C05. Grayscale: #A9A9A9. Windows color (decimal): -14949382 or 16442139. OLE color: 16442139.
HSL color Cylindrical-coordinate representation of color #1BE3FA: hue angle of 186.19º 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 #1BE3FA is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 227 | 250 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.02 |
| HSL | 186.19º | 0.96% | 0.54% | - |
| HSV(B) | 186.19º | 0.89% | 0.98% | - |
| XYZ | 45.18 | 62.07 | 100.04 | - |
| YUV | 169.82 | 173.24 | 26.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 250 | 0.89 | 0.09 | 0 | 0.02 | 186.19 | 0.96 | 0.54 |
| Hex | 1B | E3 | FA | 59 | 9 | 0 | 2 | BA | 60 | 36 |
| Octal | 33 | 343 | 372 | 131 | 11 | 0 | 2 | 272 | 140 | 66 |
| Binary | 11011 | 11100011 | 11111010 | 1011001 | 1001 | 0 | 10 | 10111010 | 1100000 | 110110 |
Color Harmonies of #1BE3FA
Complementary color
Monochromatic Colors of #1BE3FA
Black with #1BE3FA
Text Example
Text Example
White with #1BE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE3FA; }
p { color: rgb(27,227,250); }
H1.HeaderClassName
{
color: #1BE3FA;
}
.AnyTagClassName
{
color: #1BE3FA;
}
</style>
background-color css
<style>
a { background-color: #1BE3FA; }
a { background-color: rgb(27,227,250); }
div.DivClassName
{
background-color: #1BE3FA;
}
.BgClassName
{
background-color: #1BE3FA;
}
</style>
border-color css
<style>
span { border-color: #1BE3FA; }
span { border-color: rgb(27,227,250); }
td.TdClassName
{
border-color: #1BE3FA;
}
.TagClassName
{
border-color: #1BE3FA;
}
</style>