Shades of Bright Turquoise #0ADAEF
Tints of Bright Turquoise #0ADAEF
RGB
CMYK
RGB Variations
Color information
#0ADAEF (or 0x0ADAEF) is known color: Bright Turquoise. HEX triplet: 0A, DA and EF. RGB value is (10,218,239). Sum of RGB (Red+Green+Blue) = 10+218+239=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ADAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAEF is #F52510. Grayscale: #9D9D9D. Windows color (decimal): -16065809 or 15718922. OLE color: 15718922.
HSL color Cylindrical-coordinate representation of color #0ADAEF: hue angle of 185.5º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADAEF is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 218 | 239 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.06 |
| HSL | 185.5º | 0.92% | 0.49% | - |
| HSV(B) | 185.5º | 0.96% | 0.94% | - |
| XYZ | 40.78 | 56.44 | 90.41 | - |
| YUV | 158.2 | 173.59 | 22.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 239 | 0.96 | 0.09 | 0 | 0.06 | 185.5 | 0.92 | 0.49 |
| Hex | A | DA | EF | 60 | 9 | 0 | 6 | BA | 5C | 31 |
| Octal | 12 | 332 | 357 | 140 | 11 | 0 | 6 | 272 | 134 | 61 |
| Binary | 1010 | 11011010 | 11101111 | 1100000 | 1001 | 0 | 110 | 10111010 | 1011100 | 110001 |
Color Harmonies of #0ADAEF
Complementary color
Monochromatic Colors of #0ADAEF
Black with #0ADAEF
Text Example
Text Example
White with #0ADAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAEF; }
p { color: rgb(10,218,239); }
H1.HeaderClassName
{
color: #0ADAEF;
}
.AnyTagClassName
{
color: #0ADAEF;
}
</style>
background-color css
<style>
a { background-color: #0ADAEF; }
a { background-color: rgb(10,218,239); }
div.DivClassName
{
background-color: #0ADAEF;
}
.BgClassName
{
background-color: #0ADAEF;
}
</style>
border-color css
<style>
span { border-color: #0ADAEF; }
span { border-color: rgb(10,218,239); }
td.TdClassName
{
border-color: #0ADAEF;
}
.TagClassName
{
border-color: #0ADAEF;
}
</style>