Shades of Dark Turquoise #1BCAE5
Tints of Dark Turquoise #1BCAE5
RGB
CMYK
RGB Variations
Color information
#1BCAE5 (or 0x1BCAE5) is known color: Dark Turquoise. HEX triplet: 1B, CA and E5. RGB value is (27,202,229). Sum of RGB (Red+Green+Blue) = 27+202+229=458 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.90% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #1BCAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCAE5 is #E4351A. Grayscale: #989898. Windows color (decimal): -14955803 or 15059483. OLE color: 15059483.
HSL color Cylindrical-coordinate representation of color #1BCAE5: hue angle of 188.02º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCAE5 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 202 | 229 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.10 |
| HSL | 188.02º | 0.8% | 0.5% | - |
| HSV(B) | 188.02º | 0.88% | 0.9% | - |
| XYZ | 35.72 | 48.13 | 81.54 | - |
| YUV | 152.75 | 171.02 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 229 | 0.88 | 0.12 | 0 | 0.10 | 188.02 | 0.8 | 0.5 |
| Hex | 1B | CA | E5 | 58 | C | 0 | A | BC | 50 | 32 |
| Octal | 33 | 312 | 345 | 130 | 14 | 0 | 12 | 274 | 120 | 62 |
| Binary | 11011 | 11001010 | 11100101 | 1011000 | 1100 | 0 | 1010 | 10111100 | 1010000 | 110010 |
Color Harmonies of #1BCAE5
Complementary color
Monochromatic Colors of #1BCAE5
Black with #1BCAE5
Text Example
Text Example
White with #1BCAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAE5; }
p { color: rgb(27,202,229); }
H1.HeaderClassName
{
color: #1BCAE5;
}
.AnyTagClassName
{
color: #1BCAE5;
}
</style>
background-color css
<style>
a { background-color: #1BCAE5; }
a { background-color: rgb(27,202,229); }
div.DivClassName
{
background-color: #1BCAE5;
}
.BgClassName
{
background-color: #1BCAE5;
}
</style>
border-color css
<style>
span { border-color: #1BCAE5; }
span { border-color: rgb(27,202,229); }
td.TdClassName
{
border-color: #1BCAE5;
}
.TagClassName
{
border-color: #1BCAE5;
}
</style>