Shades of Bright Turquoise #1ADCE7
Tints of Bright Turquoise #1ADCE7
RGB
CMYK
RGB Variations
Color information
#1ADCE7 (or 0x1ADCE7) is known color: Bright Turquoise. HEX triplet: 1A, DC and E7. RGB value is (26,220,231). Sum of RGB (Red+Green+Blue) = 26+220+231=477 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.45% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #1ADCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCE7 is #E52318. Grayscale: #A3A3A3. Windows color (decimal): -15016729 or 15195162. OLE color: 15195162.
HSL color Cylindrical-coordinate representation of color #1ADCE7: hue angle of 183.22º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADCE7 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 220 | 231 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.09 |
| HSL | 183.22º | 0.81% | 0.5% | - |
| HSV(B) | 183.22º | 0.89% | 0.91% | - |
| XYZ | 40.44 | 57.18 | 84.51 | - |
| YUV | 163.25 | 166.23 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 231 | 0.89 | 0.05 | 0 | 0.09 | 183.22 | 0.81 | 0.5 |
| Hex | 1A | DC | E7 | 59 | 5 | 0 | 9 | B7 | 51 | 32 |
| Octal | 32 | 334 | 347 | 131 | 5 | 0 | 11 | 267 | 121 | 62 |
| Binary | 11010 | 11011100 | 11100111 | 1011001 | 101 | 0 | 1001 | 10110111 | 1010001 | 110010 |
Color Harmonies of #1ADCE7
Complementary color
Monochromatic Colors of #1ADCE7
Black with #1ADCE7
Text Example
Text Example
White with #1ADCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCE7; }
p { color: rgb(26,220,231); }
H1.HeaderClassName
{
color: #1ADCE7;
}
.AnyTagClassName
{
color: #1ADCE7;
}
</style>
background-color css
<style>
a { background-color: #1ADCE7; }
a { background-color: rgb(26,220,231); }
div.DivClassName
{
background-color: #1ADCE7;
}
.BgClassName
{
background-color: #1ADCE7;
}
</style>
border-color css
<style>
span { border-color: #1ADCE7; }
span { border-color: rgb(26,220,231); }
td.TdClassName
{
border-color: #1ADCE7;
}
.TagClassName
{
border-color: #1ADCE7;
}
</style>