Shades of Turquoise Blue #6AD6DD
Tints of Turquoise Blue #6AD6DD
RGB
CMYK
RGB Variations
Color information
#6AD6DD (or 0x6AD6DD) is known color: Turquoise Blue. HEX triplet: 6A, D6 and DD. RGB value is (106,214,221). Sum of RGB (Red+Green+Blue) = 106+214+221=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AD6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD6DD is #952922. Grayscale: #B6B6B6. Windows color (decimal): -9775395 or 14538346. OLE color: 14538346.
HSL color Cylindrical-coordinate representation of color #6AD6DD: hue angle of 183.65º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AD6DD is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 214 | 221 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.13 |
| HSL | 183.65º | 0.63% | 0.64% | - |
| HSV(B) | 183.65º | 0.52% | 0.87% | - |
| XYZ | 43.04 | 56.38 | 77.02 | - |
| YUV | 182.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 221 | 0.52 | 0.03 | 0 | 0.13 | 183.65 | 0.63 | 0.64 |
| Hex | 6A | D6 | DD | 34 | 3 | 0 | D | B8 | 3F | 40 |
| Octal | 152 | 326 | 335 | 64 | 3 | 0 | 15 | 270 | 77 | 100 |
| Binary | 1101010 | 11010110 | 11011101 | 110100 | 11 | 0 | 1101 | 10111000 | 111111 | 1000000 |
Color Harmonies of #6AD6DD
Complementary color
Monochromatic Colors of #6AD6DD
Black with #6AD6DD
Text Example
Text Example
White with #6AD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6DD; }
p { color: rgb(106,214,221); }
H1.HeaderClassName
{
color: #6AD6DD;
}
.AnyTagClassName
{
color: #6AD6DD;
}
</style>
background-color css
<style>
a { background-color: #6AD6DD; }
a { background-color: rgb(106,214,221); }
div.DivClassName
{
background-color: #6AD6DD;
}
.BgClassName
{
background-color: #6AD6DD;
}
</style>
border-color css
<style>
span { border-color: #6AD6DD; }
span { border-color: rgb(106,214,221); }
td.TdClassName
{
border-color: #6AD6DD;
}
.TagClassName
{
border-color: #6AD6DD;
}
</style>