Shades of Bright Turquoise #1BE5CC
Tints of Bright Turquoise #1BE5CC
RGB
CMYK
RGB Variations
Color information
#1BE5CC (or 0x1BE5CC) is known color: Bright Turquoise. HEX triplet: 1B, E5 and CC. RGB value is (27,229,204). Sum of RGB (Red+Green+Blue) = 27+229+204=460 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.87% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #1BE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE5CC is #E41A33. Grayscale: #A5A5A5. Windows color (decimal): -14948916 or 13427995. OLE color: 13427995.
HSL color Cylindrical-coordinate representation of color #1BE5CC: hue angle of 172.57º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE5CC is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 229 | 204 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.10 |
| HSL | 172.57º | 0.8% | 0.5% | - |
| HSV(B) | 172.57º | 0.88% | 0.9% | - |
| XYZ | 39.37 | 60.63 | 66.75 | - |
| YUV | 165.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 229 | 204 | 0.88 | 0 | 0.11 | 0.10 | 172.57 | 0.8 | 0.5 |
| Hex | 1B | E5 | CC | 58 | 0 | B | A | AD | 50 | 32 |
| Octal | 33 | 345 | 314 | 130 | 0 | 13 | 12 | 255 | 120 | 62 |
| Binary | 11011 | 11100101 | 11001100 | 1011000 | 0 | 1011 | 1010 | 10101101 | 1010000 | 110010 |
Color Harmonies of #1BE5CC
Complementary color
Monochromatic Colors of #1BE5CC
Black with #1BE5CC
Text Example
Text Example
White with #1BE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE5CC; }
p { color: rgb(27,229,204); }
H1.HeaderClassName
{
color: #1BE5CC;
}
.AnyTagClassName
{
color: #1BE5CC;
}
</style>
background-color css
<style>
a { background-color: #1BE5CC; }
a { background-color: rgb(27,229,204); }
div.DivClassName
{
background-color: #1BE5CC;
}
.BgClassName
{
background-color: #1BE5CC;
}
</style>
border-color css
<style>
span { border-color: #1BE5CC; }
span { border-color: rgb(27,229,204); }
td.TdClassName
{
border-color: #1BE5CC;
}
.TagClassName
{
border-color: #1BE5CC;
}
</style>