Shades of Bright Turquoise #1BE3CC
Tints of Bright Turquoise #1BE3CC
RGB
CMYK
RGB Variations
Color information
#1BE3CC (or 0x1BE3CC) is known color: Bright Turquoise. HEX triplet: 1B, E3 and CC. RGB value is (27,227,204). Sum of RGB (Red+Green+Blue) = 27+227+204=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE3CC is #E41C33. Grayscale: #A4A4A4. Windows color (decimal): -14949428 or 13427483. OLE color: 13427483.
HSL color Cylindrical-coordinate representation of color #1BE3CC: hue angle of 173.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE3CC is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 27 | 227 | 204 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.11 |
| HSL | 173.1º | 0.79% | 0.5% | - |
| HSV(B) | 173.1º | 0.88% | 0.89% | - |
| XYZ | 38.82 | 59.53 | 66.57 | - |
| YUV | 164.58 | 150.24 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 227 | 204 | 0.88 | 0 | 0.10 | 0.11 | 173.1 | 0.79 | 0.5 |
| Hex | 1B | E3 | CC | 58 | 0 | A | B | AD | 4F | 32 |
| Octal | 33 | 343 | 314 | 130 | 0 | 12 | 13 | 255 | 117 | 62 |
| Binary | 11011 | 11100011 | 11001100 | 1011000 | 0 | 1010 | 1011 | 10101101 | 1001111 | 110010 |
Color Harmonies of #1BE3CC
Complementary color
Monochromatic Colors of #1BE3CC
Black with #1BE3CC
Text Example
Text Example
White with #1BE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE3CC; }
p { color: rgb(27,227,204); }
H1.HeaderClassName
{
color: #1BE3CC;
}
.AnyTagClassName
{
color: #1BE3CC;
}
</style>
background-color css
<style>
a { background-color: #1BE3CC; }
a { background-color: rgb(27,227,204); }
div.DivClassName
{
background-color: #1BE3CC;
}
.BgClassName
{
background-color: #1BE3CC;
}
</style>
border-color css
<style>
span { border-color: #1BE3CC; }
span { border-color: rgb(27,227,204); }
td.TdClassName
{
border-color: #1BE3CC;
}
.TagClassName
{
border-color: #1BE3CC;
}
</style>