Shades of Turquoise Blue #6ADCDB
Tints of Turquoise Blue #6ADCDB
RGB
CMYK
RGB Variations
Color information
#6ADCDB (or 0x6ADCDB) is known color: Turquoise Blue. HEX triplet: 6A, DC and DB. RGB value is (106,220,219). Sum of RGB (Red+Green+Blue) = 106+220+219=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCDB is #952324. Grayscale: #B9B9B9. Windows color (decimal): -9773861 or 14408810. OLE color: 14408810.
HSL color Cylindrical-coordinate representation of color #6ADCDB: hue angle of 179.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCDB is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 219 | - |
| CMYK | 0.52 | 0 | 0.00 | 0.14 |
| HSL | 179.47º | 0.62% | 0.64% | - |
| HSV(B) | 179.47º | 0.52% | 0.86% | - |
| XYZ | 44.32 | 59.37 | 76.14 | - |
| YUV | 185.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 219 | 0.52 | 0 | 0.00 | 0.14 | 179.47 | 0.62 | 0.64 |
| Hex | 6A | DC | DB | 34 | 0 | 0 | E | B3 | 3E | 40 |
| Octal | 152 | 334 | 333 | 64 | 0 | 0 | 16 | 263 | 76 | 100 |
| Binary | 1101010 | 11011100 | 11011011 | 110100 | 0 | 0 | 1110 | 10110011 | 111110 | 1000000 |
Color Harmonies of #6ADCDB
Complementary color
Monochromatic Colors of #6ADCDB
Black with #6ADCDB
Text Example
Text Example
White with #6ADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCDB; }
p { color: rgb(106,220,219); }
H1.HeaderClassName
{
color: #6ADCDB;
}
.AnyTagClassName
{
color: #6ADCDB;
}
</style>
background-color css
<style>
a { background-color: #6ADCDB; }
a { background-color: rgb(106,220,219); }
div.DivClassName
{
background-color: #6ADCDB;
}
.BgClassName
{
background-color: #6ADCDB;
}
</style>
border-color css
<style>
span { border-color: #6ADCDB; }
span { border-color: rgb(106,220,219); }
td.TdClassName
{
border-color: #6ADCDB;
}
.TagClassName
{
border-color: #6ADCDB;
}
</style>