Shades of Bright Turquoise #1BE1C8
Tints of Bright Turquoise #1BE1C8
RGB
CMYK
RGB Variations
Color information
#1BE1C8 (or 0x1BE1C8) is known color: Bright Turquoise. HEX triplet: 1B, E1 and C8. RGB value is (27,225,200). Sum of RGB (Red+Green+Blue) = 27+225+200=452 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.97% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE1C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE1C8 is #E41E37. Grayscale: #A2A2A2. Windows color (decimal): -14949944 or 13164827. OLE color: 13164827.
HSL color Cylindrical-coordinate representation of color #1BE1C8: hue angle of 172.42º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE1C8 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 225 | 200 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.12 |
| HSL | 172.42º | 0.79% | 0.49% | - |
| HSV(B) | 172.42º | 0.88% | 0.88% | - |
| XYZ | 37.8 | 58.25 | 63.9 | - |
| YUV | 162.95 | 148.9 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 225 | 200 | 0.88 | 0 | 0.11 | 0.12 | 172.42 | 0.79 | 0.49 |
| Hex | 1B | E1 | C8 | 58 | 0 | B | C | AC | 4F | 31 |
| Octal | 33 | 341 | 310 | 130 | 0 | 13 | 14 | 254 | 117 | 61 |
| Binary | 11011 | 11100001 | 11001000 | 1011000 | 0 | 1011 | 1100 | 10101100 | 1001111 | 110001 |
Color Harmonies of #1BE1C8
Complementary color
Monochromatic Colors of #1BE1C8
Black with #1BE1C8
Text Example
Text Example
White with #1BE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE1C8; }
p { color: rgb(27,225,200); }
H1.HeaderClassName
{
color: #1BE1C8;
}
.AnyTagClassName
{
color: #1BE1C8;
}
</style>
background-color css
<style>
a { background-color: #1BE1C8; }
a { background-color: rgb(27,225,200); }
div.DivClassName
{
background-color: #1BE1C8;
}
.BgClassName
{
background-color: #1BE1C8;
}
</style>
border-color css
<style>
span { border-color: #1BE1C8; }
span { border-color: rgb(27,225,200); }
td.TdClassName
{
border-color: #1BE1C8;
}
.TagClassName
{
border-color: #1BE1C8;
}
</style>