Shades of Bright Turquoise #1ADDCF
Tints of Bright Turquoise #1ADDCF
RGB
CMYK
RGB Variations
Color information
#1ADDCF (or 0x1ADDCF) is known color: Bright Turquoise. HEX triplet: 1A, DD and CF. RGB value is (26,221,207). Sum of RGB (Red+Green+Blue) = 26+221+207=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDCF is #E52230. Grayscale: #A0A0A0. Windows color (decimal): -15016497 or 13622554. OLE color: 13622554.
HSL color Cylindrical-coordinate representation of color #1ADDCF: hue angle of 175.69º 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 #1ADDCF is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 207 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.13 |
| HSL | 175.69º | 0.79% | 0.48% | - |
| HSV(B) | 175.69º | 0.88% | 0.87% | - |
| XYZ | 37.54 | 56.44 | 67.95 | - |
| YUV | 161.1 | 153.9 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 207 | 0.88 | 0 | 0.06 | 0.13 | 175.69 | 0.79 | 0.48 |
| Hex | 1A | DD | CF | 58 | 0 | 6 | D | B0 | 4F | 30 |
| Octal | 32 | 335 | 317 | 130 | 0 | 6 | 15 | 260 | 117 | 60 |
| Binary | 11010 | 11011101 | 11001111 | 1011000 | 0 | 110 | 1101 | 10110000 | 1001111 | 110000 |
Color Harmonies of #1ADDCF
Complementary color
Monochromatic Colors of #1ADDCF
Black with #1ADDCF
Text Example
Text Example
White with #1ADDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDCF; }
p { color: rgb(26,221,207); }
H1.HeaderClassName
{
color: #1ADDCF;
}
.AnyTagClassName
{
color: #1ADDCF;
}
</style>
background-color css
<style>
a { background-color: #1ADDCF; }
a { background-color: rgb(26,221,207); }
div.DivClassName
{
background-color: #1ADDCF;
}
.BgClassName
{
background-color: #1ADDCF;
}
</style>
border-color css
<style>
span { border-color: #1ADDCF; }
span { border-color: rgb(26,221,207); }
td.TdClassName
{
border-color: #1ADDCF;
}
.TagClassName
{
border-color: #1ADDCF;
}
</style>