Shades of Dark Turquoise #0ACFE1
Tints of Dark Turquoise #0ACFE1
RGB
CMYK
RGB Variations
Color information
#0ACFE1 (or 0x0ACFE1) is known color: Dark Turquoise. HEX triplet: 0A, CF and E1. RGB value is (10,207,225). Sum of RGB (Red+Green+Blue) = 10+207+225=442 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #0ACFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFE1 is #F5301E. Grayscale: #959595. Windows color (decimal): -16068639 or 14798602. OLE color: 14798602.
HSL color Cylindrical-coordinate representation of color #0ACFE1: hue angle of 185.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACFE1 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 207 | 225 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.12 |
| HSL | 185.02º | 0.91% | 0.46% | - |
| HSV(B) | 185.02º | 0.96% | 0.88% | - |
| XYZ | 36.03 | 50.13 | 79.01 | - |
| YUV | 150.15 | 170.23 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 225 | 0.96 | 0.08 | 0 | 0.12 | 185.02 | 0.91 | 0.46 |
| Hex | A | CF | E1 | 60 | 8 | 0 | C | B9 | 5B | 2E |
| Octal | 12 | 317 | 341 | 140 | 10 | 0 | 14 | 271 | 133 | 56 |
| Binary | 1010 | 11001111 | 11100001 | 1100000 | 1000 | 0 | 1100 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0ACFE1
Complementary color
Monochromatic Colors of #0ACFE1
Black with #0ACFE1
Text Example
Text Example
White with #0ACFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACFE1; }
p { color: rgb(10,207,225); }
H1.HeaderClassName
{
color: #0ACFE1;
}
.AnyTagClassName
{
color: #0ACFE1;
}
</style>
background-color css
<style>
a { background-color: #0ACFE1; }
a { background-color: rgb(10,207,225); }
div.DivClassName
{
background-color: #0ACFE1;
}
.BgClassName
{
background-color: #0ACFE1;
}
</style>
border-color css
<style>
span { border-color: #0ACFE1; }
span { border-color: rgb(10,207,225); }
td.TdClassName
{
border-color: #0ACFE1;
}
.TagClassName
{
border-color: #0ACFE1;
}
</style>