Shades of Dark Turquoise #1BCEE0
Tints of Dark Turquoise #1BCEE0
RGB
CMYK
RGB Variations
Color information
#1BCEE0 (or 0x1BCEE0) is known color: Dark Turquoise. HEX triplet: 1B, CE and E0. RGB value is (27,206,224). Sum of RGB (Red+Green+Blue) = 27+206+224=457 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.91% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 224 (87.89% from 255 or 49.02% from 457); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BCEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCEE0 is #E4311F. Grayscale: #9A9A9A. Windows color (decimal): -14954784 or 14732827. OLE color: 14732827.
HSL color Cylindrical-coordinate representation of color #1BCEE0: hue angle of 185.48º degrees, saturation: 0.78, 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 #1BCEE0 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 206 | 224 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.12 |
| HSL | 185.48º | 0.78% | 0.49% | - |
| HSV(B) | 185.48º | 0.88% | 0.88% | - |
| XYZ | 35.98 | 49.76 | 78.23 | - |
| YUV | 154.53 | 167.2 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 224 | 0.88 | 0.08 | 0 | 0.12 | 185.48 | 0.78 | 0.49 |
| Hex | 1B | CE | E0 | 58 | 8 | 0 | C | B9 | 4E | 31 |
| Octal | 33 | 316 | 340 | 130 | 10 | 0 | 14 | 271 | 116 | 61 |
| Binary | 11011 | 11001110 | 11100000 | 1011000 | 1000 | 0 | 1100 | 10111001 | 1001110 | 110001 |
Color Harmonies of #1BCEE0
Complementary color
Monochromatic Colors of #1BCEE0
Black with #1BCEE0
Text Example
Text Example
White with #1BCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCEE0; }
p { color: rgb(27,206,224); }
H1.HeaderClassName
{
color: #1BCEE0;
}
.AnyTagClassName
{
color: #1BCEE0;
}
</style>
background-color css
<style>
a { background-color: #1BCEE0; }
a { background-color: rgb(27,206,224); }
div.DivClassName
{
background-color: #1BCEE0;
}
.BgClassName
{
background-color: #1BCEE0;
}
</style>
border-color css
<style>
span { border-color: #1BCEE0; }
span { border-color: rgb(27,206,224); }
td.TdClassName
{
border-color: #1BCEE0;
}
.TagClassName
{
border-color: #1BCEE0;
}
</style>