Shades of Bright Turquoise #0ADCF1
Tints of Bright Turquoise #0ADCF1
RGB
CMYK
RGB Variations
Color information
#0ADCF1 (or 0x0ADCF1) is known color: Bright Turquoise. HEX triplet: 0A, DC and F1. RGB value is (10,220,241). Sum of RGB (Red+Green+Blue) = 10+220+241=471 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #0ADCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCF1 is #F5230E. Grayscale: #9F9F9F. Windows color (decimal): -16065295 or 15850506. OLE color: 15850506.
HSL color Cylindrical-coordinate representation of color #0ADCF1: hue angle of 185.45º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCF1 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 220 | 241 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.05 |
| HSL | 185.45º | 0.92% | 0.49% | - |
| HSV(B) | 185.45º | 0.96% | 0.95% | - |
| XYZ | 41.6 | 57.6 | 92.15 | - |
| YUV | 159.6 | 173.93 | 21.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 241 | 0.96 | 0.09 | 0 | 0.05 | 185.45 | 0.92 | 0.49 |
| Hex | A | DC | F1 | 60 | 9 | 0 | 5 | B9 | 5C | 31 |
| Octal | 12 | 334 | 361 | 140 | 11 | 0 | 5 | 271 | 134 | 61 |
| Binary | 1010 | 11011100 | 11110001 | 1100000 | 1001 | 0 | 101 | 10111001 | 1011100 | 110001 |
Color Harmonies of #0ADCF1
Complementary color
Monochromatic Colors of #0ADCF1
Black with #0ADCF1
Text Example
Text Example
White with #0ADCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCF1; }
p { color: rgb(10,220,241); }
H1.HeaderClassName
{
color: #0ADCF1;
}
.AnyTagClassName
{
color: #0ADCF1;
}
</style>
background-color css
<style>
a { background-color: #0ADCF1; }
a { background-color: rgb(10,220,241); }
div.DivClassName
{
background-color: #0ADCF1;
}
.BgClassName
{
background-color: #0ADCF1;
}
</style>
border-color css
<style>
span { border-color: #0ADCF1; }
span { border-color: rgb(10,220,241); }
td.TdClassName
{
border-color: #0ADCF1;
}
.TagClassName
{
border-color: #0ADCF1;
}
</style>