Shades of Bright Turquoise #1ADDCB
Tints of Bright Turquoise #1ADDCB
RGB
CMYK
RGB Variations
Color information
#1ADDCB (or 0x1ADDCB) is known color: Bright Turquoise. HEX triplet: 1A, DD and CB. RGB value is (26,221,203). Sum of RGB (Red+Green+Blue) = 26+221+203=450 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.78% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADDCB is #E52234. Grayscale: #A0A0A0. Windows color (decimal): -15016501 or 13360410. OLE color: 13360410.
HSL color Cylindrical-coordinate representation of color #1ADDCB: hue angle of 174.46º 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 #1ADDCB is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 203 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.13 |
| HSL | 174.46º | 0.79% | 0.48% | - |
| HSV(B) | 174.46º | 0.88% | 0.87% | - |
| XYZ | 37.06 | 56.24 | 65.4 | - |
| YUV | 160.64 | 151.9 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 203 | 0.88 | 0 | 0.08 | 0.13 | 174.46 | 0.79 | 0.48 |
| Hex | 1A | DD | CB | 58 | 0 | 8 | D | AE | 4F | 30 |
| Octal | 32 | 335 | 313 | 130 | 0 | 10 | 15 | 256 | 117 | 60 |
| Binary | 11010 | 11011101 | 11001011 | 1011000 | 0 | 1000 | 1101 | 10101110 | 1001111 | 110000 |
Color Harmonies of #1ADDCB
Complementary color
Monochromatic Colors of #1ADDCB
Black with #1ADDCB
Text Example
Text Example
White with #1ADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADDCB; }
p { color: rgb(26,221,203); }
H1.HeaderClassName
{
color: #1ADDCB;
}
.AnyTagClassName
{
color: #1ADDCB;
}
</style>
background-color css
<style>
a { background-color: #1ADDCB; }
a { background-color: rgb(26,221,203); }
div.DivClassName
{
background-color: #1ADDCB;
}
.BgClassName
{
background-color: #1ADDCB;
}
</style>
border-color css
<style>
span { border-color: #1ADDCB; }
span { border-color: rgb(26,221,203); }
td.TdClassName
{
border-color: #1ADDCB;
}
.TagClassName
{
border-color: #1ADDCB;
}
</style>