Shades of Dark Turquoise #1BCCE0
Tints of Dark Turquoise #1BCCE0
RGB
CMYK
RGB Variations
Color information
#1BCCE0 (or 0x1BCCE0) is known color: Dark Turquoise. HEX triplet: 1B, CC and E0. RGB value is (27,204,224). Sum of RGB (Red+Green+Blue) = 27+204+224=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BCCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCE0 is #E4331F. Grayscale: #999999. Windows color (decimal): -14955296 or 14732315. OLE color: 14732315.
HSL color Cylindrical-coordinate representation of color #1BCCE0: hue angle of 186.09º 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 #1BCCE0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 204 | 224 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.12 |
| HSL | 186.09º | 0.78% | 0.49% | - |
| HSV(B) | 186.09º | 0.88% | 0.88% | - |
| XYZ | 35.5 | 48.8 | 78.07 | - |
| YUV | 153.36 | 167.86 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 224 | 0.88 | 0.09 | 0 | 0.12 | 186.09 | 0.78 | 0.49 |
| Hex | 1B | CC | E0 | 58 | 9 | 0 | C | BA | 4E | 31 |
| Octal | 33 | 314 | 340 | 130 | 11 | 0 | 14 | 272 | 116 | 61 |
| Binary | 11011 | 11001100 | 11100000 | 1011000 | 1001 | 0 | 1100 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1BCCE0
Complementary color
Monochromatic Colors of #1BCCE0
Black with #1BCCE0
Text Example
Text Example
White with #1BCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCE0; }
p { color: rgb(27,204,224); }
H1.HeaderClassName
{
color: #1BCCE0;
}
.AnyTagClassName
{
color: #1BCCE0;
}
</style>
background-color css
<style>
a { background-color: #1BCCE0; }
a { background-color: rgb(27,204,224); }
div.DivClassName
{
background-color: #1BCCE0;
}
.BgClassName
{
background-color: #1BCCE0;
}
</style>
border-color css
<style>
span { border-color: #1BCCE0; }
span { border-color: rgb(27,204,224); }
td.TdClassName
{
border-color: #1BCCE0;
}
.TagClassName
{
border-color: #1BCCE0;
}
</style>