Shades of Bright Turquoise #1BE7D3
Tints of Bright Turquoise #1BE7D3
RGB
CMYK
RGB Variations
Color information
#1BE7D3 (or 0x1BE7D3) is known color: Bright Turquoise. HEX triplet: 1B, E7 and D3. RGB value is (27,231,211). Sum of RGB (Red+Green+Blue) = 27+231+211=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 211 (82.81% from 255 or 44.99% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #1BE7D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BE7D3 is #E4182C. Grayscale: #A7A7A7. Windows color (decimal): -14948397 or 13887259. OLE color: 13887259.
HSL color Cylindrical-coordinate representation of color #1BE7D3: hue angle of 174.12º 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 #1BE7D3 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 231 | 211 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.09 |
| HSL | 174.12º | 0.81% | 0.51% | - |
| HSV(B) | 174.12º | 0.88% | 0.91% | - |
| XYZ | 40.79 | 62.09 | 71.46 | - |
| YUV | 167.72 | 152.41 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 231 | 211 | 0.88 | 0 | 0.09 | 0.09 | 174.12 | 0.81 | 0.51 |
| Hex | 1B | E7 | D3 | 58 | 0 | 9 | 9 | AE | 51 | 33 |
| Octal | 33 | 347 | 323 | 130 | 0 | 11 | 11 | 256 | 121 | 63 |
| Binary | 11011 | 11100111 | 11010011 | 1011000 | 0 | 1001 | 1001 | 10101110 | 1010001 | 110011 |
Color Harmonies of #1BE7D3
Complementary color
Monochromatic Colors of #1BE7D3
Black with #1BE7D3
Text Example
Text Example
White with #1BE7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE7D3; }
p { color: rgb(27,231,211); }
H1.HeaderClassName
{
color: #1BE7D3;
}
.AnyTagClassName
{
color: #1BE7D3;
}
</style>
background-color css
<style>
a { background-color: #1BE7D3; }
a { background-color: rgb(27,231,211); }
div.DivClassName
{
background-color: #1BE7D3;
}
.BgClassName
{
background-color: #1BE7D3;
}
</style>
border-color css
<style>
span { border-color: #1BE7D3; }
span { border-color: rgb(27,231,211); }
td.TdClassName
{
border-color: #1BE7D3;
}
.TagClassName
{
border-color: #1BE7D3;
}
</style>