Shades of Bright Turquoise #1BECD4
Tints of Bright Turquoise #1BECD4
RGB
CMYK
RGB Variations
Color information
#1BECD4 (or 0x1BECD4) is known color: Bright Turquoise. HEX triplet: 1B, EC and D4. RGB value is (27,236,212). Sum of RGB (Red+Green+Blue) = 27+236+212=475 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.68% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #1BECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BECD4 is #E4132B. Grayscale: #AAAAAA. Windows color (decimal): -14947116 or 13954075. OLE color: 13954075.
HSL color Cylindrical-coordinate representation of color #1BECD4: hue angle of 173.11º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BECD4 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 236 | 212 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.07 |
| HSL | 173.11º | 0.85% | 0.52% | - |
| HSV(B) | 173.11º | 0.89% | 0.93% | - |
| XYZ | 42.33 | 64.98 | 72.6 | - |
| YUV | 170.77 | 151.26 | 25.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 236 | 212 | 0.89 | 0 | 0.10 | 0.07 | 173.11 | 0.85 | 0.52 |
| Hex | 1B | EC | D4 | 59 | 0 | A | 7 | AD | 55 | 34 |
| Octal | 33 | 354 | 324 | 131 | 0 | 12 | 7 | 255 | 125 | 64 |
| Binary | 11011 | 11101100 | 11010100 | 1011001 | 0 | 1010 | 111 | 10101101 | 1010101 | 110100 |
Color Harmonies of #1BECD4
Complementary color
Monochromatic Colors of #1BECD4
Black with #1BECD4
Text Example
Text Example
White with #1BECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BECD4; }
p { color: rgb(27,236,212); }
H1.HeaderClassName
{
color: #1BECD4;
}
.AnyTagClassName
{
color: #1BECD4;
}
</style>
background-color css
<style>
a { background-color: #1BECD4; }
a { background-color: rgb(27,236,212); }
div.DivClassName
{
background-color: #1BECD4;
}
.BgClassName
{
background-color: #1BECD4;
}
</style>
border-color css
<style>
span { border-color: #1BECD4; }
span { border-color: rgb(27,236,212); }
td.TdClassName
{
border-color: #1BECD4;
}
.TagClassName
{
border-color: #1BECD4;
}
</style>