Shades of Dark Turquoise #0ACBDA
Tints of Dark Turquoise #0ACBDA
RGB
CMYK
RGB Variations
Color information
#0ACBDA (or 0x0ACBDA) is known color: Dark Turquoise. HEX triplet: 0A, CB and DA. RGB value is (10,203,218). Sum of RGB (Red+Green+Blue) = 10+203+218=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ACBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACBDA is #F53425. Grayscale: #929292. Windows color (decimal): -16069670 or 14338826. OLE color: 14338826.
HSL color Cylindrical-coordinate representation of color #0ACBDA: hue angle of 184.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACBDA is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 203 | 218 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.15 |
| HSL | 184.33º | 0.91% | 0.45% | - |
| HSV(B) | 184.33º | 0.95% | 0.85% | - |
| XYZ | 34.14 | 47.84 | 73.76 | - |
| YUV | 147 | 168.06 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 218 | 0.95 | 0.07 | 0 | 0.15 | 184.33 | 0.91 | 0.45 |
| Hex | A | CB | DA | 5F | 7 | 0 | F | B8 | 5B | 2D |
| Octal | 12 | 313 | 332 | 137 | 7 | 0 | 17 | 270 | 133 | 55 |
| Binary | 1010 | 11001011 | 11011010 | 1011111 | 111 | 0 | 1111 | 10111000 | 1011011 | 101101 |
Color Harmonies of #0ACBDA
Complementary color
Monochromatic Colors of #0ACBDA
Black with #0ACBDA
Text Example
Text Example
White with #0ACBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBDA; }
p { color: rgb(10,203,218); }
H1.HeaderClassName
{
color: #0ACBDA;
}
.AnyTagClassName
{
color: #0ACBDA;
}
</style>
background-color css
<style>
a { background-color: #0ACBDA; }
a { background-color: rgb(10,203,218); }
div.DivClassName
{
background-color: #0ACBDA;
}
.BgClassName
{
background-color: #0ACBDA;
}
</style>
border-color css
<style>
span { border-color: #0ACBDA; }
span { border-color: rgb(10,203,218); }
td.TdClassName
{
border-color: #0ACBDA;
}
.TagClassName
{
border-color: #0ACBDA;
}
</style>