Shades of Dark Turquoise #0ACFDB
Tints of Dark Turquoise #0ACFDB
RGB
CMYK
RGB Variations
Color information
#0ACFDB (or 0x0ACFDB) is known color: Dark Turquoise. HEX triplet: 0A, CF and DB. RGB value is (10,207,219). Sum of RGB (Red+Green+Blue) = 10+207+219=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ACFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFDB is #F53024. Grayscale: #959595. Windows color (decimal): -16068645 or 14405386. OLE color: 14405386.
HSL color Cylindrical-coordinate representation of color #0ACFDB: hue angle of 183.44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACFDB is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 207 | 219 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.14 |
| HSL | 183.45º | 0.91% | 0.45% | - |
| HSV(B) | 183.45º | 0.95% | 0.86% | - |
| XYZ | 35.22 | 49.8 | 74.77 | - |
| YUV | 149.47 | 167.23 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 219 | 0.95 | 0.05 | 0 | 0.14 | 183.45 | 0.91 | 0.45 |
| Hex | A | CF | DB | 5F | 5 | 0 | E | B7 | 5B | 2D |
| Octal | 12 | 317 | 333 | 137 | 5 | 0 | 16 | 267 | 133 | 55 |
| Binary | 1010 | 11001111 | 11011011 | 1011111 | 101 | 0 | 1110 | 10110111 | 1011011 | 101101 |
Color Harmonies of #0ACFDB
Complementary color
Monochromatic Colors of #0ACFDB
Black with #0ACFDB
Text Example
Text Example
White with #0ACFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACFDB; }
p { color: rgb(10,207,219); }
H1.HeaderClassName
{
color: #0ACFDB;
}
.AnyTagClassName
{
color: #0ACFDB;
}
</style>
background-color css
<style>
a { background-color: #0ACFDB; }
a { background-color: rgb(10,207,219); }
div.DivClassName
{
background-color: #0ACFDB;
}
.BgClassName
{
background-color: #0ACFDB;
}
</style>
border-color css
<style>
span { border-color: #0ACFDB; }
span { border-color: rgb(10,207,219); }
td.TdClassName
{
border-color: #0ACFDB;
}
.TagClassName
{
border-color: #0ACFDB;
}
</style>