Shades of Bright Turquoise #0ADCE4
Tints of Bright Turquoise #0ADCE4
RGB
CMYK
RGB Variations
Color information
#0ADCE4 (or 0x0ADCE4) is known color: Bright Turquoise. HEX triplet: 0A, DC and E4. RGB value is (10,220,228). Sum of RGB (Red+Green+Blue) = 10+220+228=458 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #0ADCE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCE4 is #F5231B. Grayscale: #9D9D9D. Windows color (decimal): -16065308 or 14998538. OLE color: 14998538.
HSL color Cylindrical-coordinate representation of color #0ADCE4: hue angle of 182.2º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCE4 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 220 | 228 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.11 |
| HSL | 182.2º | 0.92% | 0.47% | - |
| HSV(B) | 182.2º | 0.96% | 0.89% | - |
| XYZ | 39.72 | 56.85 | 82.28 | - |
| YUV | 158.12 | 167.43 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 228 | 0.96 | 0.04 | 0 | 0.11 | 182.2 | 0.92 | 0.47 |
| Hex | A | DC | E4 | 60 | 4 | 0 | B | B6 | 5C | 2F |
| Octal | 12 | 334 | 344 | 140 | 4 | 0 | 13 | 266 | 134 | 57 |
| Binary | 1010 | 11011100 | 11100100 | 1100000 | 100 | 0 | 1011 | 10110110 | 1011100 | 101111 |
Color Harmonies of #0ADCE4
Complementary color
Monochromatic Colors of #0ADCE4
Black with #0ADCE4
Text Example
Text Example
White with #0ADCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCE4; }
p { color: rgb(10,220,228); }
H1.HeaderClassName
{
color: #0ADCE4;
}
.AnyTagClassName
{
color: #0ADCE4;
}
</style>
background-color css
<style>
a { background-color: #0ADCE4; }
a { background-color: rgb(10,220,228); }
div.DivClassName
{
background-color: #0ADCE4;
}
.BgClassName
{
background-color: #0ADCE4;
}
</style>
border-color css
<style>
span { border-color: #0ADCE4; }
span { border-color: rgb(10,220,228); }
td.TdClassName
{
border-color: #0ADCE4;
}
.TagClassName
{
border-color: #0ADCE4;
}
</style>