Shades of Turquoise Blue #6ADBDC
Tints of Turquoise Blue #6ADBDC
RGB
CMYK
RGB Variations
Color information
#6ADBDC (or 0x6ADBDC) is known color: Turquoise Blue. HEX triplet: 6A, DB and DC. RGB value is (106,219,220). Sum of RGB (Red+Green+Blue) = 106+219+220=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ADBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBDC is #952423. Grayscale: #B9B9B9. Windows color (decimal): -9774116 or 14474090. OLE color: 14474090.
HSL color Cylindrical-coordinate representation of color #6ADBDC: hue angle of 180.53º 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 #6ADBDC is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 220 | - |
| CMYK | 0.52 | 0.00 | 0 | 0.14 |
| HSL | 180.53º | 0.62% | 0.64% | - |
| HSV(B) | 180.53º | 0.52% | 0.86% | - |
| XYZ | 44.19 | 58.89 | 76.75 | - |
| YUV | 185.33 | 147.56 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 220 | 0.52 | 0.00 | 0 | 0.14 | 180.53 | 0.62 | 0.64 |
| Hex | 6A | DB | DC | 34 | 0 | 0 | E | B5 | 3E | 40 |
| Octal | 152 | 333 | 334 | 64 | 0 | 0 | 16 | 265 | 76 | 100 |
| Binary | 1101010 | 11011011 | 11011100 | 110100 | 0 | 0 | 1110 | 10110101 | 111110 | 1000000 |
Color Harmonies of #6ADBDC
Complementary color
Monochromatic Colors of #6ADBDC
Black with #6ADBDC
Text Example
Text Example
White with #6ADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBDC; }
p { color: rgb(106,219,220); }
H1.HeaderClassName
{
color: #6ADBDC;
}
.AnyTagClassName
{
color: #6ADBDC;
}
</style>
background-color css
<style>
a { background-color: #6ADBDC; }
a { background-color: rgb(106,219,220); }
div.DivClassName
{
background-color: #6ADBDC;
}
.BgClassName
{
background-color: #6ADBDC;
}
</style>
border-color css
<style>
span { border-color: #6ADBDC; }
span { border-color: rgb(106,219,220); }
td.TdClassName
{
border-color: #6ADBDC;
}
.TagClassName
{
border-color: #6ADBDC;
}
</style>