Shades of Bright Turquoise #1ADBDB
Tints of Bright Turquoise #1ADBDB
RGB
CMYK
RGB Variations
Color information
#1ADBDB (or 0x1ADBDB) is known color: Bright Turquoise. HEX triplet: 1A, DB and DB. RGB value is (26,219,219). Sum of RGB (Red+Green+Blue) = 26+219+219=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #1ADBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADBDB is #E52424. Grayscale: #A1A1A1. Windows color (decimal): -15016997 or 14408474. OLE color: 14408474.
HSL color Cylindrical-coordinate representation of color #1ADBDB: hue angle of 180º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADBDB is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 219 | - |
| CMYK | 0.88 | 0 | 0 | 0.14 |
| HSL | 180º | 0.79% | 0.48% | - |
| HSV(B) | 180º | 0.88% | 0.86% | - |
| XYZ | 38.54 | 56 | 75.79 | - |
| YUV | 161.29 | 160.56 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 219 | 0.88 | 0 | 0 | 0.14 | 180 | 0.79 | 0.48 |
| Hex | 1A | DB | DB | 58 | 0 | 0 | E | B4 | 4F | 30 |
| Octal | 32 | 333 | 333 | 130 | 0 | 0 | 16 | 264 | 117 | 60 |
| Binary | 11010 | 11011011 | 11011011 | 1011000 | 0 | 0 | 1110 | 10110100 | 1001111 | 110000 |
Color Harmonies of #1ADBDB
Complementary color
Monochromatic Colors of #1ADBDB
Black with #1ADBDB
Text Example
Text Example
White with #1ADBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBDB; }
p { color: rgb(26,219,219); }
H1.HeaderClassName
{
color: #1ADBDB;
}
.AnyTagClassName
{
color: #1ADBDB;
}
</style>
background-color css
<style>
a { background-color: #1ADBDB; }
a { background-color: rgb(26,219,219); }
div.DivClassName
{
background-color: #1ADBDB;
}
.BgClassName
{
background-color: #1ADBDB;
}
</style>
border-color css
<style>
span { border-color: #1ADBDB; }
span { border-color: rgb(26,219,219); }
td.TdClassName
{
border-color: #1ADBDB;
}
.TagClassName
{
border-color: #1ADBDB;
}
</style>