Shades of Bright Turquoise #1BE7DF
Tints of Bright Turquoise #1BE7DF
RGB
CMYK
RGB Variations
Color information
#1BE7DF (or 0x1BE7DF) is known color: Bright Turquoise. HEX triplet: 1B, E7 and DF. RGB value is (27,231,223). Sum of RGB (Red+Green+Blue) = 27+231+223=481 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.61% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #1BE7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE7DF is #E41820. Grayscale: #A8A8A8. Windows color (decimal): -14948385 or 14673691. OLE color: 14673691.
HSL color Cylindrical-coordinate representation of color #1BE7DF: hue angle of 177.65º degrees, saturation: 0.81, 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 #1BE7DF is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 231 | 223 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.09 |
| HSL | 177.65º | 0.81% | 0.51% | - |
| HSV(B) | 177.65º | 0.88% | 0.91% | - |
| XYZ | 42.35 | 62.71 | 79.68 | - |
| YUV | 169.09 | 158.41 | 26.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 231 | 223 | 0.88 | 0 | 0.03 | 0.09 | 177.65 | 0.81 | 0.51 |
| Hex | 1B | E7 | DF | 58 | 0 | 3 | 9 | B2 | 51 | 33 |
| Octal | 33 | 347 | 337 | 130 | 0 | 3 | 11 | 262 | 121 | 63 |
| Binary | 11011 | 11100111 | 11011111 | 1011000 | 0 | 11 | 1001 | 10110010 | 1010001 | 110011 |
Color Harmonies of #1BE7DF
Complementary color
Monochromatic Colors of #1BE7DF
Black with #1BE7DF
Text Example
Text Example
White with #1BE7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE7DF; }
p { color: rgb(27,231,223); }
H1.HeaderClassName
{
color: #1BE7DF;
}
.AnyTagClassName
{
color: #1BE7DF;
}
</style>
background-color css
<style>
a { background-color: #1BE7DF; }
a { background-color: rgb(27,231,223); }
div.DivClassName
{
background-color: #1BE7DF;
}
.BgClassName
{
background-color: #1BE7DF;
}
</style>
border-color css
<style>
span { border-color: #1BE7DF; }
span { border-color: rgb(27,231,223); }
td.TdClassName
{
border-color: #1BE7DF;
}
.TagClassName
{
border-color: #1BE7DF;
}
</style>