Shades of Dark Turquoise #1ACFE5
Tints of Dark Turquoise #1ACFE5
RGB
CMYK
RGB Variations
Color information
#1ACFE5 (or 0x1ACFE5) is known color: Dark Turquoise. HEX triplet: 1A, CF and E5. RGB value is (26,207,229). Sum of RGB (Red+Green+Blue) = 26+207+229=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #1ACFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFE5 is #E5301A. Grayscale: #9B9B9B. Windows color (decimal): -15020059 or 15060762. OLE color: 15060762.
HSL color Cylindrical-coordinate representation of color #1ACFE5: hue angle of 186.5º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACFE5 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 26 | 207 | 229 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.10 |
| HSL | 186.5º | 0.8% | 0.5% | - |
| HSV(B) | 186.5º | 0.89% | 0.9% | - |
| XYZ | 36.88 | 50.5 | 81.93 | - |
| YUV | 155.39 | 169.53 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 229 | 0.89 | 0.10 | 0 | 0.10 | 186.5 | 0.8 | 0.5 |
| Hex | 1A | CF | E5 | 59 | A | 0 | A | BB | 50 | 32 |
| Octal | 32 | 317 | 345 | 131 | 12 | 0 | 12 | 273 | 120 | 62 |
| Binary | 11010 | 11001111 | 11100101 | 1011001 | 1010 | 0 | 1010 | 10111011 | 1010000 | 110010 |
Color Harmonies of #1ACFE5
Complementary color
Monochromatic Colors of #1ACFE5
Black with #1ACFE5
Text Example
Text Example
White with #1ACFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACFE5; }
p { color: rgb(26,207,229); }
H1.HeaderClassName
{
color: #1ACFE5;
}
.AnyTagClassName
{
color: #1ACFE5;
}
</style>
background-color css
<style>
a { background-color: #1ACFE5; }
a { background-color: rgb(26,207,229); }
div.DivClassName
{
background-color: #1ACFE5;
}
.BgClassName
{
background-color: #1ACFE5;
}
</style>
border-color css
<style>
span { border-color: #1ACFE5; }
span { border-color: rgb(26,207,229); }
td.TdClassName
{
border-color: #1ACFE5;
}
.TagClassName
{
border-color: #1ACFE5;
}
</style>