Shades of Bright Turquoise #1ADECE
Tints of Bright Turquoise #1ADECE
RGB
CMYK
RGB Variations
Color information
#1ADECE (or 0x1ADECE) is known color: Bright Turquoise. HEX triplet: 1A, DE and CE. RGB value is (26,222,206). Sum of RGB (Red+Green+Blue) = 26+222+206=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADECE is #E52131. Grayscale: #A1A1A1. Windows color (decimal): -15016242 or 13557274. OLE color: 13557274.
HSL color Cylindrical-coordinate representation of color #1ADECE: hue angle of 175.1º 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 #1ADECE is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 206 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.13 |
| HSL | 175.1º | 0.79% | 0.49% | - |
| HSV(B) | 175.1º | 0.88% | 0.87% | - |
| XYZ | 37.69 | 56.92 | 67.39 | - |
| YUV | 161.57 | 153.07 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 206 | 0.88 | 0 | 0.07 | 0.13 | 175.1 | 0.79 | 0.49 |
| Hex | 1A | DE | CE | 58 | 0 | 7 | D | AF | 4F | 31 |
| Octal | 32 | 336 | 316 | 130 | 0 | 7 | 15 | 257 | 117 | 61 |
| Binary | 11010 | 11011110 | 11001110 | 1011000 | 0 | 111 | 1101 | 10101111 | 1001111 | 110001 |
Color Harmonies of #1ADECE
Complementary color
Monochromatic Colors of #1ADECE
Black with #1ADECE
Text Example
Text Example
White with #1ADECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADECE; }
p { color: rgb(26,222,206); }
H1.HeaderClassName
{
color: #1ADECE;
}
.AnyTagClassName
{
color: #1ADECE;
}
</style>
background-color css
<style>
a { background-color: #1ADECE; }
a { background-color: rgb(26,222,206); }
div.DivClassName
{
background-color: #1ADECE;
}
.BgClassName
{
background-color: #1ADECE;
}
</style>
border-color css
<style>
span { border-color: #1ADECE; }
span { border-color: rgb(26,222,206); }
td.TdClassName
{
border-color: #1ADECE;
}
.TagClassName
{
border-color: #1ADECE;
}
</style>