Shades of Bright Turquoise #1ADCEA
Tints of Bright Turquoise #1ADCEA
RGB
CMYK
RGB Variations
Color information
#1ADCEA (or 0x1ADCEA) is known color: Bright Turquoise. HEX triplet: 1A, DC and EA. RGB value is (26,220,234). Sum of RGB (Red+Green+Blue) = 26+220+234=480 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.42% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ADCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADCEA is #E52315. Grayscale: #A3A3A3. Windows color (decimal): -15016726 or 15391770. OLE color: 15391770.
HSL color Cylindrical-coordinate representation of color #1ADCEA: hue angle of 184.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADCEA is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 220 | 234 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.08 |
| HSL | 184.04º | 0.83% | 0.51% | - |
| HSV(B) | 184.04º | 0.89% | 0.92% | - |
| XYZ | 40.87 | 57.35 | 86.76 | - |
| YUV | 163.59 | 167.73 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 234 | 0.89 | 0.06 | 0 | 0.08 | 184.04 | 0.83 | 0.51 |
| Hex | 1A | DC | EA | 59 | 6 | 0 | 8 | B8 | 53 | 33 |
| Octal | 32 | 334 | 352 | 131 | 6 | 0 | 10 | 270 | 123 | 63 |
| Binary | 11010 | 11011100 | 11101010 | 1011001 | 110 | 0 | 1000 | 10111000 | 1010011 | 110011 |
Color Harmonies of #1ADCEA
Complementary color
Monochromatic Colors of #1ADCEA
Black with #1ADCEA
Text Example
Text Example
White with #1ADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCEA; }
p { color: rgb(26,220,234); }
H1.HeaderClassName
{
color: #1ADCEA;
}
.AnyTagClassName
{
color: #1ADCEA;
}
</style>
background-color css
<style>
a { background-color: #1ADCEA; }
a { background-color: rgb(26,220,234); }
div.DivClassName
{
background-color: #1ADCEA;
}
.BgClassName
{
background-color: #1ADCEA;
}
</style>
border-color css
<style>
span { border-color: #1ADCEA; }
span { border-color: rgb(26,220,234); }
td.TdClassName
{
border-color: #1ADCEA;
}
.TagClassName
{
border-color: #1ADCEA;
}
</style>