Shades of Dark Turquoise #0ACECF
Tints of Dark Turquoise #0ACECF
RGB
CMYK
RGB Variations
Color information
#0ACECF (or 0x0ACECF) is known color: Dark Turquoise. HEX triplet: 0A, CE and CF. RGB value is (10,206,207). Sum of RGB (Red+Green+Blue) = 10+206+207=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #0ACECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACECF is #F53130. Grayscale: #939393. Windows color (decimal): -16068913 or 13618698. OLE color: 13618698.
HSL color Cylindrical-coordinate representation of color #0ACECF: hue angle of 180.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACECF is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 207 | - |
| CMYK | 0.95 | 0.00 | 0 | 0.19 |
| HSL | 180.3º | 0.91% | 0.43% | - |
| HSV(B) | 180.3º | 0.95% | 0.81% | - |
| XYZ | 33.46 | 48.71 | 66.67 | - |
| YUV | 147.51 | 161.57 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 207 | 0.95 | 0.00 | 0 | 0.19 | 180.3 | 0.91 | 0.43 |
| Hex | A | CE | CF | 5F | 0 | 0 | 13 | B4 | 5B | 2B |
| Octal | 12 | 316 | 317 | 137 | 0 | 0 | 23 | 264 | 133 | 53 |
| Binary | 1010 | 11001110 | 11001111 | 1011111 | 0 | 0 | 10011 | 10110100 | 1011011 | 101011 |
Color Harmonies of #0ACECF
Complementary color
Monochromatic Colors of #0ACECF
Black with #0ACECF
Text Example
Text Example
White with #0ACECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACECF; }
p { color: rgb(10,206,207); }
H1.HeaderClassName
{
color: #0ACECF;
}
.AnyTagClassName
{
color: #0ACECF;
}
</style>
background-color css
<style>
a { background-color: #0ACECF; }
a { background-color: rgb(10,206,207); }
div.DivClassName
{
background-color: #0ACECF;
}
.BgClassName
{
background-color: #0ACECF;
}
</style>
border-color css
<style>
span { border-color: #0ACECF; }
span { border-color: rgb(10,206,207); }
td.TdClassName
{
border-color: #0ACECF;
}
.TagClassName
{
border-color: #0ACECF;
}
</style>