Shades of Dark Turquoise #1ACCDF
Tints of Dark Turquoise #1ACCDF
RGB
CMYK
RGB Variations
Color information
#1ACCDF (or 0x1ACCDF) is known color: Dark Turquoise. HEX triplet: 1A, CC and DF. RGB value is (26,204,223). Sum of RGB (Red+Green+Blue) = 26+204+223=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ACCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACCDF is #E53320. Grayscale: #989898. Windows color (decimal): -15020833 or 14666778. OLE color: 14666778.
HSL color Cylindrical-coordinate representation of color #1ACCDF: hue angle of 185.79º 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 #1ACCDF is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 204 | 223 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.13 |
| HSL | 185.79º | 0.79% | 0.49% | - |
| HSV(B) | 185.79º | 0.88% | 0.87% | - |
| XYZ | 35.34 | 48.73 | 77.36 | - |
| YUV | 152.94 | 167.53 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 223 | 0.88 | 0.09 | 0 | 0.13 | 185.79 | 0.79 | 0.49 |
| Hex | 1A | CC | DF | 58 | 9 | 0 | D | BA | 4F | 31 |
| Octal | 32 | 314 | 337 | 130 | 11 | 0 | 15 | 272 | 117 | 61 |
| Binary | 11010 | 11001100 | 11011111 | 1011000 | 1001 | 0 | 1101 | 10111010 | 1001111 | 110001 |
Color Harmonies of #1ACCDF
Complementary color
Monochromatic Colors of #1ACCDF
Black with #1ACCDF
Text Example
Text Example
White with #1ACCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCDF; }
p { color: rgb(26,204,223); }
H1.HeaderClassName
{
color: #1ACCDF;
}
.AnyTagClassName
{
color: #1ACCDF;
}
</style>
background-color css
<style>
a { background-color: #1ACCDF; }
a { background-color: rgb(26,204,223); }
div.DivClassName
{
background-color: #1ACCDF;
}
.BgClassName
{
background-color: #1ACCDF;
}
</style>
border-color css
<style>
span { border-color: #1ACCDF; }
span { border-color: rgb(26,204,223); }
td.TdClassName
{
border-color: #1ACCDF;
}
.TagClassName
{
border-color: #1ACCDF;
}
</style>