Shades of Bright Turquoise #0ADDF0
Tints of Bright Turquoise #0ADDF0
RGB
CMYK
RGB Variations
Color information
#0ADDF0 (or 0x0ADDF0) is known color: Bright Turquoise. HEX triplet: 0A, DD and F0. RGB value is (10,221,240). Sum of RGB (Red+Green+Blue) = 10+221+240=471 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ADDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADDF0 is #F5220F. Grayscale: #9F9F9F. Windows color (decimal): -16065040 or 15785226. OLE color: 15785226.
HSL color Cylindrical-coordinate representation of color #0ADDF0: hue angle of 184.96º 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 #0ADDF0 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 221 | 240 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.06 |
| HSL | 184.96º | 0.92% | 0.49% | - |
| HSV(B) | 184.96º | 0.96% | 0.94% | - |
| XYZ | 41.71 | 58.07 | 91.45 | - |
| YUV | 160.08 | 173.1 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 240 | 0.96 | 0.08 | 0 | 0.06 | 184.96 | 0.92 | 0.49 |
| Hex | A | DD | F0 | 60 | 8 | 0 | 6 | B9 | 5C | 31 |
| Octal | 12 | 335 | 360 | 140 | 10 | 0 | 6 | 271 | 134 | 61 |
| Binary | 1010 | 11011101 | 11110000 | 1100000 | 1000 | 0 | 110 | 10111001 | 1011100 | 110001 |
Color Harmonies of #0ADDF0
Complementary color
Monochromatic Colors of #0ADDF0
Black with #0ADDF0
Text Example
Text Example
White with #0ADDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDF0; }
p { color: rgb(10,221,240); }
H1.HeaderClassName
{
color: #0ADDF0;
}
.AnyTagClassName
{
color: #0ADDF0;
}
</style>
background-color css
<style>
a { background-color: #0ADDF0; }
a { background-color: rgb(10,221,240); }
div.DivClassName
{
background-color: #0ADDF0;
}
.BgClassName
{
background-color: #0ADDF0;
}
</style>
border-color css
<style>
span { border-color: #0ADDF0; }
span { border-color: rgb(10,221,240); }
td.TdClassName
{
border-color: #0ADDF0;
}
.TagClassName
{
border-color: #0ADDF0;
}
</style>