Shades of Dark Turquoise #1BCCE9
Tints of Dark Turquoise #1BCCE9
RGB
CMYK
RGB Variations
Color information
#1BCCE9 (or 0x1BCCE9) is known color: Dark Turquoise. HEX triplet: 1B, CC and E9. RGB value is (27,204,233). Sum of RGB (Red+Green+Blue) = 27+204+233=464 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.82% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #1BCCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCCE9 is #E43316. Grayscale: #9A9A9A. Windows color (decimal): -14955287 or 15322139. OLE color: 15322139.
HSL color Cylindrical-coordinate representation of color #1BCCE9: hue angle of 188.45º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCCE9 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 27 | 204 | 233 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.09 |
| HSL | 188.45º | 0.82% | 0.51% | - |
| HSV(B) | 188.45º | 0.88% | 0.91% | - |
| XYZ | 36.75 | 49.3 | 84.67 | - |
| YUV | 154.38 | 172.36 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 233 | 0.88 | 0.12 | 0 | 0.09 | 188.45 | 0.82 | 0.51 |
| Hex | 1B | CC | E9 | 58 | C | 0 | 9 | BC | 52 | 33 |
| Octal | 33 | 314 | 351 | 130 | 14 | 0 | 11 | 274 | 122 | 63 |
| Binary | 11011 | 11001100 | 11101001 | 1011000 | 1100 | 0 | 1001 | 10111100 | 1010010 | 110011 |
Color Harmonies of #1BCCE9
Complementary color
Monochromatic Colors of #1BCCE9
Black with #1BCCE9
Text Example
Text Example
White with #1BCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCE9; }
p { color: rgb(27,204,233); }
H1.HeaderClassName
{
color: #1BCCE9;
}
.AnyTagClassName
{
color: #1BCCE9;
}
</style>
background-color css
<style>
a { background-color: #1BCCE9; }
a { background-color: rgb(27,204,233); }
div.DivClassName
{
background-color: #1BCCE9;
}
.BgClassName
{
background-color: #1BCCE9;
}
</style>
border-color css
<style>
span { border-color: #1BCCE9; }
span { border-color: rgb(27,204,233); }
td.TdClassName
{
border-color: #1BCCE9;
}
.TagClassName
{
border-color: #1BCCE9;
}
</style>