Shades of Bright Turquoise #1BCFEA
Tints of Bright Turquoise #1BCFEA
RGB
CMYK
RGB Variations
Color information
#1BCFEA (or 0x1BCFEA) is known color: Bright Turquoise. HEX triplet: 1B, CF and EA. RGB value is (27,207,234). Sum of RGB (Red+Green+Blue) = 27+207+234=468 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.77% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #1BCFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCFEA is #E43015. Grayscale: #9B9B9B. Windows color (decimal): -14954518 or 15388443. OLE color: 15388443.
HSL color Cylindrical-coordinate representation of color #1BCFEA: hue angle of 187.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCFEA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 207 | 234 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.08 |
| HSL | 187.83º | 0.83% | 0.51% | - |
| HSV(B) | 187.83º | 0.88% | 0.92% | - |
| XYZ | 37.62 | 50.8 | 85.66 | - |
| YUV | 156.26 | 171.87 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 234 | 0.88 | 0.12 | 0 | 0.08 | 187.83 | 0.83 | 0.51 |
| Hex | 1B | CF | EA | 58 | C | 0 | 8 | BC | 53 | 33 |
| Octal | 33 | 317 | 352 | 130 | 14 | 0 | 10 | 274 | 123 | 63 |
| Binary | 11011 | 11001111 | 11101010 | 1011000 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110011 |
Color Harmonies of #1BCFEA
Complementary color
Monochromatic Colors of #1BCFEA
Black with #1BCFEA
Text Example
Text Example
White with #1BCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFEA; }
p { color: rgb(27,207,234); }
H1.HeaderClassName
{
color: #1BCFEA;
}
.AnyTagClassName
{
color: #1BCFEA;
}
</style>
background-color css
<style>
a { background-color: #1BCFEA; }
a { background-color: rgb(27,207,234); }
div.DivClassName
{
background-color: #1BCFEA;
}
.BgClassName
{
background-color: #1BCFEA;
}
</style>
border-color css
<style>
span { border-color: #1BCFEA; }
span { border-color: rgb(27,207,234); }
td.TdClassName
{
border-color: #1BCFEA;
}
.TagClassName
{
border-color: #1BCFEA;
}
</style>