Shades of Bright Turquoise #1ADCDB
Tints of Bright Turquoise #1ADCDB
RGB
CMYK
RGB Variations
Color information
#1ADCDB (or 0x1ADCDB) is known color: Bright Turquoise. HEX triplet: 1A, DC and DB. RGB value is (26,220,219). Sum of RGB (Red+Green+Blue) = 26+220+219=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ADCDB is #E52324. Grayscale: #A1A1A1. Windows color (decimal): -15016741 or 14408730. OLE color: 14408730.
HSL color Cylindrical-coordinate representation of color #1ADCDB: hue angle of 179.69º 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 #1ADCDB is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 26 | 220 | 219 | - |
CMYK | 0.88 | 0 | 0.00 | 0.14 |
HSL | 179.69º | 0.79% | 0.48% | - |
HSV(B) | 179.69º | 0.88% | 0.86% | - |
XYZ | 38.81 | 56.52 | 75.88 | - |
YUV | 161.88 | 160.23 | 31.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 220 | 219 | 0.88 | 0 | 0.00 | 0.14 | 179.69 | 0.79 | 0.48 |
Hex | 1A | DC | DB | 58 | 0 | 0 | E | B4 | 4F | 30 |
Octal | 32 | 334 | 333 | 130 | 0 | 0 | 16 | 264 | 117 | 60 |
Binary | 11010 | 11011100 | 11011011 | 1011000 | 0 | 0 | 1110 | 10110100 | 1001111 | 110000 |
Color Harmonies of #1ADCDB
Complementary color
Monochromatic Colors of #1ADCDB
Black with #1ADCDB
Text Example
Text Example
White with #1ADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADCDB; }
p { color: rgb(26,220,219); }
H1.HeaderClassName
{
color: #1ADCDB;
}
.AnyTagClassName
{
color: #1ADCDB;
}
</style>
background-color css
<style>
a { background-color: #1ADCDB; }
a { background-color: rgb(26,220,219); }
div.DivClassName
{
background-color: #1ADCDB;
}
.BgClassName
{
background-color: #1ADCDB;
}
</style>
border-color css
<style>
span { border-color: #1ADCDB; }
span { border-color: rgb(26,220,219); }
td.TdClassName
{
border-color: #1ADCDB;
}
.TagClassName
{
border-color: #1ADCDB;
}
</style>