Shades of Bright Turquoise #1ADCE1
Tints of Bright Turquoise #1ADCE1
RGB
CMYK
RGB Variations
Color information
#1ADCE1 (or 0x1ADCE1) is known color: Bright Turquoise. HEX triplet: 1A, DC and E1. RGB value is (26,220,225). Sum of RGB (Red+Green+Blue) = 26+220+225=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #1ADCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCE1 is #E5231E. Grayscale: #A2A2A2. Windows color (decimal): -15016735 or 14801946. OLE color: 14801946.
HSL color Cylindrical-coordinate representation of color #1ADCE1: hue angle of 181.51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADCE1 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 220 | 225 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.12 |
| HSL | 181.51º | 0.79% | 0.49% | - |
| HSV(B) | 181.51º | 0.88% | 0.88% | - |
| XYZ | 39.61 | 56.84 | 80.12 | - |
| YUV | 162.56 | 163.23 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 225 | 0.88 | 0.02 | 0 | 0.12 | 181.51 | 0.79 | 0.49 |
| Hex | 1A | DC | E1 | 58 | 2 | 0 | C | B6 | 4F | 31 |
| Octal | 32 | 334 | 341 | 130 | 2 | 0 | 14 | 266 | 117 | 61 |
| Binary | 11010 | 11011100 | 11100001 | 1011000 | 10 | 0 | 1100 | 10110110 | 1001111 | 110001 |
Color Harmonies of #1ADCE1
Complementary color
Monochromatic Colors of #1ADCE1
Black with #1ADCE1
Text Example
Text Example
White with #1ADCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCE1; }
p { color: rgb(26,220,225); }
H1.HeaderClassName
{
color: #1ADCE1;
}
.AnyTagClassName
{
color: #1ADCE1;
}
</style>
background-color css
<style>
a { background-color: #1ADCE1; }
a { background-color: rgb(26,220,225); }
div.DivClassName
{
background-color: #1ADCE1;
}
.BgClassName
{
background-color: #1ADCE1;
}
</style>
border-color css
<style>
span { border-color: #1ADCE1; }
span { border-color: rgb(26,220,225); }
td.TdClassName
{
border-color: #1ADCE1;
}
.TagClassName
{
border-color: #1ADCE1;
}
</style>