Shades of Dark Turquoise #1ACBDF
Tints of Dark Turquoise #1ACBDF
RGB
CMYK
RGB Variations
Color information
#1ACBDF (or 0x1ACBDF) is known color: Dark Turquoise. HEX triplet: 1A, CB and DF. RGB value is (26,203,223). Sum of RGB (Red+Green+Blue) = 26+203+223=452 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.75% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ACBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACBDF is #E53420. Grayscale: #989898. Windows color (decimal): -15021089 or 14666522. OLE color: 14666522.
HSL color Cylindrical-coordinate representation of color #1ACBDF: hue angle of 186.09º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ACBDF is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 203 | 223 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.13 |
| HSL | 186.09º | 0.79% | 0.49% | - |
| HSV(B) | 186.09º | 0.88% | 0.87% | - |
| XYZ | 35.1 | 48.26 | 77.28 | - |
| YUV | 152.36 | 167.86 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 223 | 0.88 | 0.09 | 0 | 0.13 | 186.09 | 0.79 | 0.49 |
| Hex | 1A | CB | DF | 58 | 9 | 0 | D | BA | 4F | 31 |
| Octal | 32 | 313 | 337 | 130 | 11 | 0 | 15 | 272 | 117 | 61 |
| Binary | 11010 | 11001011 | 11011111 | 1011000 | 1001 | 0 | 1101 | 10111010 | 1001111 | 110001 |
Color Harmonies of #1ACBDF
Complementary color
Monochromatic Colors of #1ACBDF
Black with #1ACBDF
Text Example
Text Example
White with #1ACBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACBDF; }
p { color: rgb(26,203,223); }
H1.HeaderClassName
{
color: #1ACBDF;
}
.AnyTagClassName
{
color: #1ACBDF;
}
</style>
background-color css
<style>
a { background-color: #1ACBDF; }
a { background-color: rgb(26,203,223); }
div.DivClassName
{
background-color: #1ACBDF;
}
.BgClassName
{
background-color: #1ACBDF;
}
</style>
border-color css
<style>
span { border-color: #1ACBDF; }
span { border-color: rgb(26,203,223); }
td.TdClassName
{
border-color: #1ACBDF;
}
.TagClassName
{
border-color: #1ACBDF;
}
</style>