Shades of Bright Turquoise #1BE0FC
Tints of Bright Turquoise #1BE0FC
RGB
CMYK
RGB Variations
Color information
#1BE0FC (or 0x1BE0FC) is known color: Bright Turquoise. HEX triplet: 1B, E0 and FC. RGB value is (27,224,252). Sum of RGB (Red+Green+Blue) = 27+224+252=503 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.37% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BE0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BE0FC is #E41F03. Grayscale: #A7A7A7. Windows color (decimal): -14950148 or 16572443. OLE color: 16572443.
HSL color Cylindrical-coordinate representation of color #1BE0FC: hue angle of 187.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE0FC is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 224 | 252 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.01 |
| HSL | 187.47º | 0.97% | 0.55% | - |
| HSV(B) | 187.47º | 0.89% | 0.99% | - |
| XYZ | 44.68 | 60.57 | 101.43 | - |
| YUV | 168.29 | 175.23 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 252 | 0.89 | 0.11 | 0 | 0.01 | 187.47 | 0.97 | 0.55 |
| Hex | 1B | E0 | FC | 59 | B | 0 | 1 | BB | 61 | 37 |
| Octal | 33 | 340 | 374 | 131 | 13 | 0 | 1 | 273 | 141 | 67 |
| Binary | 11011 | 11100000 | 11111100 | 1011001 | 1011 | 0 | 1 | 10111011 | 1100001 | 110111 |
Color Harmonies of #1BE0FC
Complementary color
Monochromatic Colors of #1BE0FC
Black with #1BE0FC
Text Example
Text Example
White with #1BE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE0FC; }
p { color: rgb(27,224,252); }
H1.HeaderClassName
{
color: #1BE0FC;
}
.AnyTagClassName
{
color: #1BE0FC;
}
</style>
background-color css
<style>
a { background-color: #1BE0FC; }
a { background-color: rgb(27,224,252); }
div.DivClassName
{
background-color: #1BE0FC;
}
.BgClassName
{
background-color: #1BE0FC;
}
</style>
border-color css
<style>
span { border-color: #1BE0FC; }
span { border-color: rgb(27,224,252); }
td.TdClassName
{
border-color: #1BE0FC;
}
.TagClassName
{
border-color: #1BE0FC;
}
</style>