Shades of Bright Turquoise #1ADADC
Tints of Bright Turquoise #1ADADC
RGB
CMYK
RGB Variations
Color information
#1ADADC (or 0x1ADADC) is known color: Bright Turquoise. HEX triplet: 1A, DA and DC. RGB value is (26,218,220). Sum of RGB (Red+Green+Blue) = 26+218+220=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ADADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADADC is #E52523. Grayscale: #A0A0A0. Windows color (decimal): -15017252 or 14473754. OLE color: 14473754.
HSL color Cylindrical-coordinate representation of color #1ADADC: hue angle of 180.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADADC is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 218 | 220 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.14 |
| HSL | 180.62º | 0.79% | 0.48% | - |
| HSV(B) | 180.62º | 0.88% | 0.86% | - |
| XYZ | 38.42 | 55.53 | 76.4 | - |
| YUV | 160.82 | 161.39 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 220 | 0.88 | 0.01 | 0 | 0.14 | 180.62 | 0.79 | 0.48 |
| Hex | 1A | DA | DC | 58 | 1 | 0 | E | B5 | 4F | 30 |
| Octal | 32 | 332 | 334 | 130 | 1 | 0 | 16 | 265 | 117 | 60 |
| Binary | 11010 | 11011010 | 11011100 | 1011000 | 1 | 0 | 1110 | 10110101 | 1001111 | 110000 |
Color Harmonies of #1ADADC
Complementary color
Monochromatic Colors of #1ADADC
Black with #1ADADC
Text Example
Text Example
White with #1ADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADADC; }
p { color: rgb(26,218,220); }
H1.HeaderClassName
{
color: #1ADADC;
}
.AnyTagClassName
{
color: #1ADADC;
}
</style>
background-color css
<style>
a { background-color: #1ADADC; }
a { background-color: rgb(26,218,220); }
div.DivClassName
{
background-color: #1ADADC;
}
.BgClassName
{
background-color: #1ADADC;
}
</style>
border-color css
<style>
span { border-color: #1ADADC; }
span { border-color: rgb(26,218,220); }
td.TdClassName
{
border-color: #1ADADC;
}
.TagClassName
{
border-color: #1ADADC;
}
</style>