Shades of Dark Turquoise #1BCBE0
Tints of Dark Turquoise #1BCBE0
RGB
CMYK
RGB Variations
Color information
#1BCBE0 (or 0x1BCBE0) is known color: Dark Turquoise. HEX triplet: 1B, CB and E0. RGB value is (27,203,224). Sum of RGB (Red+Green+Blue) = 27+203+224=454 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.95% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BCBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBE0 is #E4341F. Grayscale: #989898. Windows color (decimal): -14955552 or 14732059. OLE color: 14732059.
HSL color Cylindrical-coordinate representation of color #1BCBE0: hue angle of 186.4º 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 #1BCBE0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 203 | 224 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.12 |
| HSL | 186.4º | 0.78% | 0.49% | - |
| HSV(B) | 186.4º | 0.88% | 0.88% | - |
| XYZ | 35.26 | 48.33 | 77.99 | - |
| YUV | 152.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 224 | 0.88 | 0.09 | 0 | 0.12 | 186.4 | 0.78 | 0.49 |
| Hex | 1B | CB | E0 | 58 | 9 | 0 | C | BA | 4E | 31 |
| Octal | 33 | 313 | 340 | 130 | 11 | 0 | 14 | 272 | 116 | 61 |
| Binary | 11011 | 11001011 | 11100000 | 1011000 | 1001 | 0 | 1100 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1BCBE0
Complementary color
Monochromatic Colors of #1BCBE0
Black with #1BCBE0
Text Example
Text Example
White with #1BCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBE0; }
p { color: rgb(27,203,224); }
H1.HeaderClassName
{
color: #1BCBE0;
}
.AnyTagClassName
{
color: #1BCBE0;
}
</style>
background-color css
<style>
a { background-color: #1BCBE0; }
a { background-color: rgb(27,203,224); }
div.DivClassName
{
background-color: #1BCBE0;
}
.BgClassName
{
background-color: #1BCBE0;
}
</style>
border-color css
<style>
span { border-color: #1BCBE0; }
span { border-color: rgb(27,203,224); }
td.TdClassName
{
border-color: #1BCBE0;
}
.TagClassName
{
border-color: #1BCBE0;
}
</style>