Shades of Dark Turquoise #0ACFE0
Tints of Dark Turquoise #0ACFE0
RGB
CMYK
RGB Variations
Color information
#0ACFE0 (or 0x0ACFE0) is known color: Dark Turquoise. HEX triplet: 0A, CF and E0. RGB value is (10,207,224). Sum of RGB (Red+Green+Blue) = 10+207+224=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ACFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFE0 is #F5301F. Grayscale: #959595. Windows color (decimal): -16068640 or 14733066. OLE color: 14733066.
HSL color Cylindrical-coordinate representation of color #0ACFE0: hue angle of 184.77º 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 #0ACFE0 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 207 | 224 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.12 |
| HSL | 184.77º | 0.91% | 0.46% | - |
| HSV(B) | 184.77º | 0.96% | 0.88% | - |
| XYZ | 35.89 | 50.07 | 78.29 | - |
| YUV | 150.04 | 169.73 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 224 | 0.96 | 0.08 | 0 | 0.12 | 184.77 | 0.91 | 0.46 |
| Hex | A | CF | E0 | 60 | 8 | 0 | C | B9 | 5B | 2E |
| Octal | 12 | 317 | 340 | 140 | 10 | 0 | 14 | 271 | 133 | 56 |
| Binary | 1010 | 11001111 | 11100000 | 1100000 | 1000 | 0 | 1100 | 10111001 | 1011011 | 101110 |
Color Harmonies of #0ACFE0
Complementary color
Monochromatic Colors of #0ACFE0
Black with #0ACFE0
Text Example
Text Example
White with #0ACFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACFE0; }
p { color: rgb(10,207,224); }
H1.HeaderClassName
{
color: #0ACFE0;
}
.AnyTagClassName
{
color: #0ACFE0;
}
</style>
background-color css
<style>
a { background-color: #0ACFE0; }
a { background-color: rgb(10,207,224); }
div.DivClassName
{
background-color: #0ACFE0;
}
.BgClassName
{
background-color: #0ACFE0;
}
</style>
border-color css
<style>
span { border-color: #0ACFE0; }
span { border-color: rgb(10,207,224); }
td.TdClassName
{
border-color: #0ACFE0;
}
.TagClassName
{
border-color: #0ACFE0;
}
</style>