Shades of Bright Turquoise #1ADBE7
Tints of Bright Turquoise #1ADBE7
RGB
CMYK
RGB Variations
Color information
#1ADBE7 (or 0x1ADBE7) is known color: Bright Turquoise. HEX triplet: 1A, DB and E7. RGB value is (26,219,231). Sum of RGB (Red+Green+Blue) = 26+219+231=476 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.46% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #1ADBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBE7 is #E52418. Grayscale: #A2A2A2. Windows color (decimal): -15016985 or 15194906. OLE color: 15194906.
HSL color Cylindrical-coordinate representation of color #1ADBE7: hue angle of 183.51º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ADBE7 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 26 | 219 | 231 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.09 |
| HSL | 183.51º | 0.81% | 0.5% | - |
| HSV(B) | 183.51º | 0.89% | 0.91% | - |
| XYZ | 40.18 | 56.65 | 84.42 | - |
| YUV | 162.66 | 166.56 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 231 | 0.89 | 0.05 | 0 | 0.09 | 183.51 | 0.81 | 0.5 |
| Hex | 1A | DB | E7 | 59 | 5 | 0 | 9 | B8 | 51 | 32 |
| Octal | 32 | 333 | 347 | 131 | 5 | 0 | 11 | 270 | 121 | 62 |
| Binary | 11010 | 11011011 | 11100111 | 1011001 | 101 | 0 | 1001 | 10111000 | 1010001 | 110010 |
Color Harmonies of #1ADBE7
Complementary color
Monochromatic Colors of #1ADBE7
Black with #1ADBE7
Text Example
Text Example
White with #1ADBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBE7; }
p { color: rgb(26,219,231); }
H1.HeaderClassName
{
color: #1ADBE7;
}
.AnyTagClassName
{
color: #1ADBE7;
}
</style>
background-color css
<style>
a { background-color: #1ADBE7; }
a { background-color: rgb(26,219,231); }
div.DivClassName
{
background-color: #1ADBE7;
}
.BgClassName
{
background-color: #1ADBE7;
}
</style>
border-color css
<style>
span { border-color: #1ADBE7; }
span { border-color: rgb(26,219,231); }
td.TdClassName
{
border-color: #1ADBE7;
}
.TagClassName
{
border-color: #1ADBE7;
}
</style>