Shades of Bright Turquoise #1BE8DF
Tints of Bright Turquoise #1BE8DF
RGB
CMYK
RGB Variations
Color information
#1BE8DF (or 0x1BE8DF) is known color: Bright Turquoise. HEX triplet: 1B, E8 and DF. RGB value is (27,232,223). Sum of RGB (Red+Green+Blue) = 27+232+223=482 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.60% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #1BE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE8DF is #E41720. Grayscale: #A9A9A9. Windows color (decimal): -14948129 or 14673947. OLE color: 14673947.
HSL color Cylindrical-coordinate representation of color #1BE8DF: hue angle of 177.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE8DF is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 232 | 223 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.09 |
| HSL | 177.37º | 0.82% | 0.51% | - |
| HSV(B) | 177.37º | 0.88% | 0.91% | - |
| XYZ | 42.63 | 63.27 | 79.78 | - |
| YUV | 169.68 | 158.08 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 232 | 223 | 0.88 | 0 | 0.04 | 0.09 | 177.37 | 0.82 | 0.51 |
| Hex | 1B | E8 | DF | 58 | 0 | 4 | 9 | B1 | 52 | 33 |
| Octal | 33 | 350 | 337 | 130 | 0 | 4 | 11 | 261 | 122 | 63 |
| Binary | 11011 | 11101000 | 11011111 | 1011000 | 0 | 100 | 1001 | 10110001 | 1010010 | 110011 |
Color Harmonies of #1BE8DF
Complementary color
Monochromatic Colors of #1BE8DF
Black with #1BE8DF
Text Example
Text Example
White with #1BE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE8DF; }
p { color: rgb(27,232,223); }
H1.HeaderClassName
{
color: #1BE8DF;
}
.AnyTagClassName
{
color: #1BE8DF;
}
</style>
background-color css
<style>
a { background-color: #1BE8DF; }
a { background-color: rgb(27,232,223); }
div.DivClassName
{
background-color: #1BE8DF;
}
.BgClassName
{
background-color: #1BE8DF;
}
</style>
border-color css
<style>
span { border-color: #1BE8DF; }
span { border-color: rgb(27,232,223); }
td.TdClassName
{
border-color: #1BE8DF;
}
.TagClassName
{
border-color: #1BE8DF;
}
</style>