Shades of Bright Turquoise #0ADCDF
Tints of Bright Turquoise #0ADCDF
RGB
CMYK
RGB Variations
Color information
#0ADCDF (or 0x0ADCDF) is known color: Bright Turquoise. HEX triplet: 0A, DC and DF. RGB value is (10,220,223). Sum of RGB (Red+Green+Blue) = 10+220+223=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ADCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCDF is #F52320. Grayscale: #9D9D9D. Windows color (decimal): -16065313 or 14670858. OLE color: 14670858.
HSL color Cylindrical-coordinate representation of color #0ADCDF: hue angle of 180.85º 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 #0ADCDF is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 220 | 223 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.13 |
| HSL | 180.85º | 0.91% | 0.46% | - |
| HSV(B) | 180.85º | 0.96% | 0.87% | - |
| XYZ | 39.04 | 56.58 | 78.68 | - |
| YUV | 157.55 | 164.93 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 223 | 0.96 | 0.01 | 0 | 0.13 | 180.85 | 0.91 | 0.46 |
| Hex | A | DC | DF | 60 | 1 | 0 | D | B5 | 5B | 2E |
| Octal | 12 | 334 | 337 | 140 | 1 | 0 | 15 | 265 | 133 | 56 |
| Binary | 1010 | 11011100 | 11011111 | 1100000 | 1 | 0 | 1101 | 10110101 | 1011011 | 101110 |
Color Harmonies of #0ADCDF
Complementary color
Monochromatic Colors of #0ADCDF
Black with #0ADCDF
Text Example
Text Example
White with #0ADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCDF; }
p { color: rgb(10,220,223); }
H1.HeaderClassName
{
color: #0ADCDF;
}
.AnyTagClassName
{
color: #0ADCDF;
}
</style>
background-color css
<style>
a { background-color: #0ADCDF; }
a { background-color: rgb(10,220,223); }
div.DivClassName
{
background-color: #0ADCDF;
}
.BgClassName
{
background-color: #0ADCDF;
}
</style>
border-color css
<style>
span { border-color: #0ADCDF; }
span { border-color: rgb(10,220,223); }
td.TdClassName
{
border-color: #0ADCDF;
}
.TagClassName
{
border-color: #0ADCDF;
}
</style>