Shades of Dark Turquoise #1ACBE0
Tints of Dark Turquoise #1ACBE0
RGB
CMYK
RGB Variations
Color information
#1ACBE0 (or 0x1ACBE0) is known color: Dark Turquoise. HEX triplet: 1A, CB and E0. RGB value is (26,203,224). Sum of RGB (Red+Green+Blue) = 26+203+224=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #1ACBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBE0 is #E5341F. Grayscale: #989898. Windows color (decimal): -15021088 or 14732058. OLE color: 14732058.
HSL color Cylindrical-coordinate representation of color #1ACBE0: hue angle of 186.36º degrees, saturation: 0.79, 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 #1ACBE0 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 203 | 224 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.12 |
| HSL | 186.36º | 0.79% | 0.49% | - |
| HSV(B) | 186.36º | 0.88% | 0.88% | - |
| XYZ | 35.24 | 48.31 | 77.99 | - |
| YUV | 152.47 | 168.36 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 224 | 0.88 | 0.09 | 0 | 0.12 | 186.36 | 0.79 | 0.49 |
| Hex | 1A | CB | E0 | 58 | 9 | 0 | C | BA | 4F | 31 |
| Octal | 32 | 313 | 340 | 130 | 11 | 0 | 14 | 272 | 117 | 61 |
| Binary | 11010 | 11001011 | 11100000 | 1011000 | 1001 | 0 | 1100 | 10111010 | 1001111 | 110001 |
Color Harmonies of #1ACBE0
Complementary color
Monochromatic Colors of #1ACBE0
Black with #1ACBE0
Text Example
Text Example
White with #1ACBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACBE0; }
p { color: rgb(26,203,224); }
H1.HeaderClassName
{
color: #1ACBE0;
}
.AnyTagClassName
{
color: #1ACBE0;
}
</style>
background-color css
<style>
a { background-color: #1ACBE0; }
a { background-color: rgb(26,203,224); }
div.DivClassName
{
background-color: #1ACBE0;
}
.BgClassName
{
background-color: #1ACBE0;
}
</style>
border-color css
<style>
span { border-color: #1ACBE0; }
span { border-color: rgb(26,203,224); }
td.TdClassName
{
border-color: #1ACBE0;
}
.TagClassName
{
border-color: #1ACBE0;
}
</style>