Shades of Bright Turquoise #0ADDED
Tints of Bright Turquoise #0ADDED
RGB
CMYK
RGB Variations
Color information
#0ADDED (or 0x0ADDED) is known color: Bright Turquoise. HEX triplet: 0A, DD and ED. RGB value is (10,221,237). Sum of RGB (Red+Green+Blue) = 10+221+237=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ADDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADDED is #F52212. Grayscale: #9F9F9F. Windows color (decimal): -16065043 or 15588618. OLE color: 15588618.
HSL color Cylindrical-coordinate representation of color #0ADDED: hue angle of 184.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADDED is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 221 | 237 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.07 |
| HSL | 184.23º | 0.92% | 0.48% | - |
| HSV(B) | 184.23º | 0.96% | 0.93% | - |
| XYZ | 41.27 | 57.89 | 89.12 | - |
| YUV | 159.74 | 171.6 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 237 | 0.96 | 0.07 | 0 | 0.07 | 184.23 | 0.92 | 0.48 |
| Hex | A | DD | ED | 60 | 7 | 0 | 7 | B8 | 5C | 30 |
| Octal | 12 | 335 | 355 | 140 | 7 | 0 | 7 | 270 | 134 | 60 |
| Binary | 1010 | 11011101 | 11101101 | 1100000 | 111 | 0 | 111 | 10111000 | 1011100 | 110000 |
Color Harmonies of #0ADDED
Complementary color
Monochromatic Colors of #0ADDED
Black with #0ADDED
Text Example
Text Example
White with #0ADDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDED; }
p { color: rgb(10,221,237); }
H1.HeaderClassName
{
color: #0ADDED;
}
.AnyTagClassName
{
color: #0ADDED;
}
</style>
background-color css
<style>
a { background-color: #0ADDED; }
a { background-color: rgb(10,221,237); }
div.DivClassName
{
background-color: #0ADDED;
}
.BgClassName
{
background-color: #0ADDED;
}
</style>
border-color css
<style>
span { border-color: #0ADDED; }
span { border-color: rgb(10,221,237); }
td.TdClassName
{
border-color: #0ADDED;
}
.TagClassName
{
border-color: #0ADDED;
}
</style>