Shades of Dark Turquoise #1ACFDF
Tints of Dark Turquoise #1ACFDF
RGB
CMYK
RGB Variations
Color information
#1ACFDF (or 0x1ACFDF) is known color: Dark Turquoise. HEX triplet: 1A, CF and DF. RGB value is (26,207,223). Sum of RGB (Red+Green+Blue) = 26+207+223=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ACFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFDF is #E53020. Grayscale: #9A9A9A. Windows color (decimal): -15020065 or 14667546. OLE color: 14667546.
HSL color Cylindrical-coordinate representation of color #1ACFDF: hue angle of 184.87º 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 #1ACFDF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 207 | 223 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.13 |
| HSL | 184.87º | 0.79% | 0.49% | - |
| HSV(B) | 184.87º | 0.88% | 0.87% | - |
| XYZ | 36.06 | 50.17 | 77.6 | - |
| YUV | 154.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 223 | 0.88 | 0.07 | 0 | 0.13 | 184.87 | 0.79 | 0.49 |
| Hex | 1A | CF | DF | 58 | 7 | 0 | D | B9 | 4F | 31 |
| Octal | 32 | 317 | 337 | 130 | 7 | 0 | 15 | 271 | 117 | 61 |
| Binary | 11010 | 11001111 | 11011111 | 1011000 | 111 | 0 | 1101 | 10111001 | 1001111 | 110001 |
Color Harmonies of #1ACFDF
Complementary color
Monochromatic Colors of #1ACFDF
Black with #1ACFDF
Text Example
Text Example
White with #1ACFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACFDF; }
p { color: rgb(26,207,223); }
H1.HeaderClassName
{
color: #1ACFDF;
}
.AnyTagClassName
{
color: #1ACFDF;
}
</style>
background-color css
<style>
a { background-color: #1ACFDF; }
a { background-color: rgb(26,207,223); }
div.DivClassName
{
background-color: #1ACFDF;
}
.BgClassName
{
background-color: #1ACFDF;
}
</style>
border-color css
<style>
span { border-color: #1ACFDF; }
span { border-color: rgb(26,207,223); }
td.TdClassName
{
border-color: #1ACFDF;
}
.TagClassName
{
border-color: #1ACFDF;
}
</style>