Shades of Bright Turquoise #0ADFD0
Tints of Bright Turquoise #0ADFD0
RGB
CMYK
RGB Variations
Color information
#0ADFD0 (or 0x0ADFD0) is known color: Bright Turquoise. HEX triplet: 0A, DF and D0. RGB value is (10,223,208). Sum of RGB (Red+Green+Blue) = 10+223+208=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFD0 is #F5202F. Grayscale: #9D9D9D. Windows color (decimal): -16064560 or 13688586. OLE color: 13688586.
HSL color Cylindrical-coordinate representation of color #0ADFD0: hue angle of 175.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFD0 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 208 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.13 |
| HSL | 175.77º | 0.91% | 0.46% | - |
| HSV(B) | 175.77º | 0.96% | 0.87% | - |
| XYZ | 37.9 | 57.39 | 68.76 | - |
| YUV | 157.6 | 156.43 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 208 | 0.96 | 0 | 0.07 | 0.13 | 175.77 | 0.91 | 0.46 |
| Hex | A | DF | D0 | 60 | 0 | 7 | D | B0 | 5B | 2E |
| Octal | 12 | 337 | 320 | 140 | 0 | 7 | 15 | 260 | 133 | 56 |
| Binary | 1010 | 11011111 | 11010000 | 1100000 | 0 | 111 | 1101 | 10110000 | 1011011 | 101110 |
Color Harmonies of #0ADFD0
Complementary color
Monochromatic Colors of #0ADFD0
Black with #0ADFD0
Text Example
Text Example
White with #0ADFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFD0; }
p { color: rgb(10,223,208); }
H1.HeaderClassName
{
color: #0ADFD0;
}
.AnyTagClassName
{
color: #0ADFD0;
}
</style>
background-color css
<style>
a { background-color: #0ADFD0; }
a { background-color: rgb(10,223,208); }
div.DivClassName
{
background-color: #0ADFD0;
}
.BgClassName
{
background-color: #0ADFD0;
}
</style>
border-color css
<style>
span { border-color: #0ADFD0; }
span { border-color: rgb(10,223,208); }
td.TdClassName
{
border-color: #0ADFD0;
}
.TagClassName
{
border-color: #0ADFD0;
}
</style>