Shades of Turquoise Blue #6ADBD7
Tints of Turquoise Blue #6ADBD7
RGB
CMYK
RGB Variations
Color information
#6ADBD7 (or 0x6ADBD7) is known color: Turquoise Blue. HEX triplet: 6A, DB and D7. RGB value is (106,219,215). Sum of RGB (Red+Green+Blue) = 106+219+215=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBD7 is #952428. Grayscale: #B8B8B8. Windows color (decimal): -9774121 or 14146410. OLE color: 14146410.
HSL color Cylindrical-coordinate representation of color #6ADBD7: hue angle of 177.88º 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 #6ADBD7 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 215 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.14 |
| HSL | 177.88º | 0.61% | 0.64% | - |
| HSV(B) | 177.88º | 0.52% | 0.86% | - |
| XYZ | 43.54 | 58.63 | 73.31 | - |
| YUV | 184.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 215 | 0.52 | 0 | 0.02 | 0.14 | 177.88 | 0.61 | 0.64 |
| Hex | 6A | DB | D7 | 34 | 0 | 2 | E | B2 | 3D | 40 |
| Octal | 152 | 333 | 327 | 64 | 0 | 2 | 16 | 262 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11010111 | 110100 | 0 | 10 | 1110 | 10110010 | 111101 | 1000000 |
Color Harmonies of #6ADBD7
Complementary color
Monochromatic Colors of #6ADBD7
Black with #6ADBD7
Text Example
Text Example
White with #6ADBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBD7; }
p { color: rgb(106,219,215); }
H1.HeaderClassName
{
color: #6ADBD7;
}
.AnyTagClassName
{
color: #6ADBD7;
}
</style>
background-color css
<style>
a { background-color: #6ADBD7; }
a { background-color: rgb(106,219,215); }
div.DivClassName
{
background-color: #6ADBD7;
}
.BgClassName
{
background-color: #6ADBD7;
}
</style>
border-color css
<style>
span { border-color: #6ADBD7; }
span { border-color: rgb(106,219,215); }
td.TdClassName
{
border-color: #6ADBD7;
}
.TagClassName
{
border-color: #6ADBD7;
}
</style>