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