Shades of Bright Turquoise #1ADDCE
Tints of Bright Turquoise #1ADDCE
RGB
CMYK
RGB Variations
Color information
#1ADDCE (or 0x1ADDCE) is known color: Bright Turquoise. HEX triplet: 1A, DD and CE. RGB value is (26,221,206). Sum of RGB (Red+Green+Blue) = 26+221+206=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDCE is #E52231. Grayscale: #A0A0A0. Windows color (decimal): -15016498 or 13557018. OLE color: 13557018.
HSL color Cylindrical-coordinate representation of color #1ADDCE: hue angle of 175.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADDCE is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 206 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.13 |
| HSL | 175.38º | 0.79% | 0.48% | - |
| HSV(B) | 175.38º | 0.88% | 0.87% | - |
| XYZ | 37.42 | 56.39 | 67.3 | - |
| YUV | 160.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 206 | 0.88 | 0 | 0.07 | 0.13 | 175.38 | 0.79 | 0.48 |
| Hex | 1A | DD | CE | 58 | 0 | 7 | D | AF | 4F | 30 |
| Octal | 32 | 335 | 316 | 130 | 0 | 7 | 15 | 257 | 117 | 60 |
| Binary | 11010 | 11011101 | 11001110 | 1011000 | 0 | 111 | 1101 | 10101111 | 1001111 | 110000 |
Color Harmonies of #1ADDCE
Complementary color
Monochromatic Colors of #1ADDCE
Black with #1ADDCE
Text Example
Text Example
White with #1ADDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDCE; }
p { color: rgb(26,221,206); }
H1.HeaderClassName
{
color: #1ADDCE;
}
.AnyTagClassName
{
color: #1ADDCE;
}
</style>
background-color css
<style>
a { background-color: #1ADDCE; }
a { background-color: rgb(26,221,206); }
div.DivClassName
{
background-color: #1ADDCE;
}
.BgClassName
{
background-color: #1ADDCE;
}
</style>
border-color css
<style>
span { border-color: #1ADDCE; }
span { border-color: rgb(26,221,206); }
td.TdClassName
{
border-color: #1ADDCE;
}
.TagClassName
{
border-color: #1ADDCE;
}
</style>