Shades of Turquoise Blue #6ADBD3
Tints of Turquoise Blue #6ADBD3
RGB
CMYK
RGB Variations
Color information
#6ADBD3 (or 0x6ADBD3) is known color: Turquoise Blue. HEX triplet: 6A, DB and D3. RGB value is (106,219,211). Sum of RGB (Red+Green+Blue) = 106+219+211=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBD3 is #95242C. Grayscale: #B8B8B8. Windows color (decimal): -9774125 or 13884266. OLE color: 13884266.
HSL color Cylindrical-coordinate representation of color #6ADBD3: hue angle of 175.75º degrees, saturation: 0.61, 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 #6ADBD3 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 211 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.14 |
| HSL | 175.75º | 0.61% | 0.64% | - |
| HSV(B) | 175.75º | 0.52% | 0.86% | - |
| XYZ | 43.03 | 58.43 | 70.64 | - |
| YUV | 184.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 211 | 0.52 | 0 | 0.04 | 0.14 | 175.75 | 0.61 | 0.64 |
| Hex | 6A | DB | D3 | 34 | 0 | 4 | E | B0 | 3D | 40 |
| Octal | 152 | 333 | 323 | 64 | 0 | 4 | 16 | 260 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11010011 | 110100 | 0 | 100 | 1110 | 10110000 | 111101 | 1000000 |
Color Harmonies of #6ADBD3
Complementary color
Monochromatic Colors of #6ADBD3
Black with #6ADBD3
Text Example
Text Example
White with #6ADBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBD3; }
p { color: rgb(106,219,211); }
H1.HeaderClassName
{
color: #6ADBD3;
}
.AnyTagClassName
{
color: #6ADBD3;
}
</style>
background-color css
<style>
a { background-color: #6ADBD3; }
a { background-color: rgb(106,219,211); }
div.DivClassName
{
background-color: #6ADBD3;
}
.BgClassName
{
background-color: #6ADBD3;
}
</style>
border-color css
<style>
span { border-color: #6ADBD3; }
span { border-color: rgb(106,219,211); }
td.TdClassName
{
border-color: #6ADBD3;
}
.TagClassName
{
border-color: #6ADBD3;
}
</style>