Shades of Dark Turquoise #0ABFDD
Tints of Dark Turquoise #0ABFDD
RGB
CMYK
RGB Variations
Color information
#0ABFDD (or 0x0ABFDD) is known color: Dark Turquoise. HEX triplet: 0A, BF and DD. RGB value is (10,191,221). Sum of RGB (Red+Green+Blue) = 10+191+221=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ABFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFDD is #F54022. Grayscale: #8C8C8C. Windows color (decimal): -16072739 or 14532362. OLE color: 14532362.
HSL color Cylindrical-coordinate representation of color #0ABFDD: hue angle of 188.53º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFDD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 191 | 221 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 188.53º | 0.91% | 0.45% | - |
| HSV(B) | 188.53º | 0.95% | 0.87% | - |
| XYZ | 31.81 | 42.55 | 74.94 | - |
| YUV | 140.3 | 173.53 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 221 | 0.95 | 0.14 | 0 | 0.13 | 188.53 | 0.91 | 0.45 |
| Hex | A | BF | DD | 5F | E | 0 | D | BD | 5B | 2D |
| Octal | 12 | 277 | 335 | 137 | 16 | 0 | 15 | 275 | 133 | 55 |
| Binary | 1010 | 10111111 | 11011101 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABFDD
Complementary color
Monochromatic Colors of #0ABFDD
Black with #0ABFDD
Text Example
Text Example
White with #0ABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFDD; }
p { color: rgb(10,191,221); }
H1.HeaderClassName
{
color: #0ABFDD;
}
.AnyTagClassName
{
color: #0ABFDD;
}
</style>
background-color css
<style>
a { background-color: #0ABFDD; }
a { background-color: rgb(10,191,221); }
div.DivClassName
{
background-color: #0ABFDD;
}
.BgClassName
{
background-color: #0ABFDD;
}
</style>
border-color css
<style>
span { border-color: #0ABFDD; }
span { border-color: rgb(10,191,221); }
td.TdClassName
{
border-color: #0ABFDD;
}
.TagClassName
{
border-color: #0ABFDD;
}
</style>