Shades of Bright Turquoise #0ADFDF
Tints of Bright Turquoise #0ADFDF
RGB
CMYK
RGB Variations
Color information
#0ADFDF (or 0x0ADFDF) is known color: Bright Turquoise. HEX triplet: 0A, DF and DF. RGB value is (10,223,223). Sum of RGB (Red+Green+Blue) = 10+223+223=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #0ADFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADFDF is #F52020. Grayscale: #9F9F9F. Windows color (decimal): -16064545 or 14671626. OLE color: 14671626.
HSL color Cylindrical-coordinate representation of color #0ADFDF: hue angle of 180º 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 #0ADFDF is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 223 | - |
| CMYK | 0.96 | 0 | 0 | 0.13 |
| HSL | 180º | 0.91% | 0.46% | - |
| HSV(B) | 180º | 0.96% | 0.87% | - |
| XYZ | 39.83 | 58.17 | 78.94 | - |
| YUV | 159.31 | 163.93 | 21.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 223 | 0.96 | 0 | 0 | 0.13 | 180 | 0.91 | 0.46 |
| Hex | A | DF | DF | 60 | 0 | 0 | D | B4 | 5B | 2E |
| Octal | 12 | 337 | 337 | 140 | 0 | 0 | 15 | 264 | 133 | 56 |
| Binary | 1010 | 11011111 | 11011111 | 1100000 | 0 | 0 | 1101 | 10110100 | 1011011 | 101110 |
Color Harmonies of #0ADFDF
Complementary color
Monochromatic Colors of #0ADFDF
Black with #0ADFDF
Text Example
Text Example
White with #0ADFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFDF; }
p { color: rgb(10,223,223); }
H1.HeaderClassName
{
color: #0ADFDF;
}
.AnyTagClassName
{
color: #0ADFDF;
}
</style>
background-color css
<style>
a { background-color: #0ADFDF; }
a { background-color: rgb(10,223,223); }
div.DivClassName
{
background-color: #0ADFDF;
}
.BgClassName
{
background-color: #0ADFDF;
}
</style>
border-color css
<style>
span { border-color: #0ADFDF; }
span { border-color: rgb(10,223,223); }
td.TdClassName
{
border-color: #0ADFDF;
}
.TagClassName
{
border-color: #0ADFDF;
}
</style>