Shades of Bright Turquoise #1BE8EE
Tints of Bright Turquoise #1BE8EE
RGB
CMYK
RGB Variations
Color information
#1BE8EE (or 0x1BE8EE) is known color: Bright Turquoise. HEX triplet: 1B, E8 and EE. RGB value is (27,232,238). Sum of RGB (Red+Green+Blue) = 27+232+238=497 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.43% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BE8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BE8EE is #E41711. Grayscale: #ABABAB. Windows color (decimal): -14948114 or 15656987. OLE color: 15656987.
HSL color Cylindrical-coordinate representation of color #1BE8EE: hue angle of 181.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BE8EE is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 232 | 238 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.07 |
| HSL | 181.71º | 0.86% | 0.52% | - |
| HSV(B) | 181.71º | 0.89% | 0.93% | - |
| XYZ | 44.74 | 64.12 | 90.91 | - |
| YUV | 171.39 | 165.58 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 238 | 0.89 | 0.03 | 0 | 0.07 | 181.71 | 0.86 | 0.52 |
| Hex | 1B | E8 | EE | 59 | 3 | 0 | 7 | B6 | 56 | 34 |
| Octal | 33 | 350 | 356 | 131 | 3 | 0 | 7 | 266 | 126 | 64 |
| Binary | 11011 | 11101000 | 11101110 | 1011001 | 11 | 0 | 111 | 10110110 | 1010110 | 110100 |
Color Harmonies of #1BE8EE
Complementary color
Monochromatic Colors of #1BE8EE
Black with #1BE8EE
Text Example
Text Example
White with #1BE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE8EE; }
p { color: rgb(27,232,238); }
H1.HeaderClassName
{
color: #1BE8EE;
}
.AnyTagClassName
{
color: #1BE8EE;
}
</style>
background-color css
<style>
a { background-color: #1BE8EE; }
a { background-color: rgb(27,232,238); }
div.DivClassName
{
background-color: #1BE8EE;
}
.BgClassName
{
background-color: #1BE8EE;
}
</style>
border-color css
<style>
span { border-color: #1BE8EE; }
span { border-color: rgb(27,232,238); }
td.TdClassName
{
border-color: #1BE8EE;
}
.TagClassName
{
border-color: #1BE8EE;
}
</style>