Shades of Bright Turquoise #1ADEDA
Tints of Bright Turquoise #1ADEDA
RGB
CMYK
RGB Variations
Color information
#1ADEDA (or 0x1ADEDA) is known color: Bright Turquoise. HEX triplet: 1A, DE and DA. RGB value is (26,222,218). Sum of RGB (Red+Green+Blue) = 26+222+218=466 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.58% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADEDA is #E52125. Grayscale: #A2A2A2. Windows color (decimal): -15016230 or 14343706. OLE color: 14343706.
HSL color Cylindrical-coordinate representation of color #1ADEDA: hue angle of 178.78º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADEDA is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 218 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.13 |
| HSL | 178.78º | 0.79% | 0.49% | - |
| HSV(B) | 178.78º | 0.88% | 0.87% | - |
| XYZ | 39.2 | 57.52 | 75.37 | - |
| YUV | 162.94 | 159.07 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 218 | 0.88 | 0 | 0.02 | 0.13 | 178.78 | 0.79 | 0.49 |
| Hex | 1A | DE | DA | 58 | 0 | 2 | D | B3 | 4F | 31 |
| Octal | 32 | 336 | 332 | 130 | 0 | 2 | 15 | 263 | 117 | 61 |
| Binary | 11010 | 11011110 | 11011010 | 1011000 | 0 | 10 | 1101 | 10110011 | 1001111 | 110001 |
Color Harmonies of #1ADEDA
Complementary color
Monochromatic Colors of #1ADEDA
Black with #1ADEDA
Text Example
Text Example
White with #1ADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADEDA; }
p { color: rgb(26,222,218); }
H1.HeaderClassName
{
color: #1ADEDA;
}
.AnyTagClassName
{
color: #1ADEDA;
}
</style>
background-color css
<style>
a { background-color: #1ADEDA; }
a { background-color: rgb(26,222,218); }
div.DivClassName
{
background-color: #1ADEDA;
}
.BgClassName
{
background-color: #1ADEDA;
}
</style>
border-color css
<style>
span { border-color: #1ADEDA; }
span { border-color: rgb(26,222,218); }
td.TdClassName
{
border-color: #1ADEDA;
}
.TagClassName
{
border-color: #1ADEDA;
}
</style>