Shades of Bright Turquoise #0AD7DF
Tints of Bright Turquoise #0AD7DF
RGB
CMYK
RGB Variations
Color information
#0AD7DF (or 0x0AD7DF) is known color: Bright Turquoise. HEX triplet: 0A, D7 and DF. RGB value is (10,215,223). Sum of RGB (Red+Green+Blue) = 10+215+223=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AD7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD7DF is #F52820. Grayscale: #9A9A9A. Windows color (decimal): -16066593 or 14669578. OLE color: 14669578.
HSL color Cylindrical-coordinate representation of color #0AD7DF: hue angle of 182.25º 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 #0AD7DF is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 215 | 223 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.13 |
| HSL | 182.25º | 0.91% | 0.46% | - |
| HSV(B) | 182.25º | 0.96% | 0.87% | - |
| XYZ | 37.74 | 53.99 | 78.24 | - |
| YUV | 154.62 | 166.58 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 215 | 223 | 0.96 | 0.04 | 0 | 0.13 | 182.25 | 0.91 | 0.46 |
| Hex | A | D7 | DF | 60 | 4 | 0 | D | B6 | 5B | 2E |
| Octal | 12 | 327 | 337 | 140 | 4 | 0 | 15 | 266 | 133 | 56 |
| Binary | 1010 | 11010111 | 11011111 | 1100000 | 100 | 0 | 1101 | 10110110 | 1011011 | 101110 |
Color Harmonies of #0AD7DF
Complementary color
Monochromatic Colors of #0AD7DF
Black with #0AD7DF
Text Example
Text Example
White with #0AD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD7DF; }
p { color: rgb(10,215,223); }
H1.HeaderClassName
{
color: #0AD7DF;
}
.AnyTagClassName
{
color: #0AD7DF;
}
</style>
background-color css
<style>
a { background-color: #0AD7DF; }
a { background-color: rgb(10,215,223); }
div.DivClassName
{
background-color: #0AD7DF;
}
.BgClassName
{
background-color: #0AD7DF;
}
</style>
border-color css
<style>
span { border-color: #0AD7DF; }
span { border-color: rgb(10,215,223); }
td.TdClassName
{
border-color: #0AD7DF;
}
.TagClassName
{
border-color: #0AD7DF;
}
</style>