Shades of Turquoise Blue #6DDADA
Tints of Turquoise Blue #6DDADA
RGB
CMYK
RGB Variations
Color information
#6DDADA (or 0x6DDADA) is known color: Turquoise Blue. HEX triplet: 6D, DA and DA. RGB value is (109,218,218). Sum of RGB (Red+Green+Blue) = 109+218+218=545 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #6DDADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDADA is #922525. Grayscale: #B9B9B9. Windows color (decimal): -9577766 or 14342765. OLE color: 14342765.
HSL color Cylindrical-coordinate representation of color #6DDADA: hue angle of 180º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDADA is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 218 | 218 | - |
| CMYK | 0.5 | 0 | 0 | 0.15 |
| HSL | 180º | 0.6% | 0.64% | - |
| HSV(B) | 180º | 0.5% | 0.85% | - |
| XYZ | 44.03 | 58.46 | 75.29 | - |
| YUV | 185.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 218 | 218 | 0.5 | 0 | 0 | 0.15 | 180 | 0.6 | 0.64 |
| Hex | 6D | DA | DA | 32 | 0 | 0 | F | B4 | 3C | 40 |
| Octal | 155 | 332 | 332 | 62 | 0 | 0 | 17 | 264 | 74 | 100 |
| Binary | 1101101 | 11011010 | 11011010 | 110010 | 0 | 0 | 1111 | 10110100 | 111100 | 1000000 |
Color Harmonies of #6DDADA
Complementary color
Monochromatic Colors of #6DDADA
Black with #6DDADA
Text Example
Text Example
White with #6DDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDADA; }
p { color: rgb(109,218,218); }
H1.HeaderClassName
{
color: #6DDADA;
}
.AnyTagClassName
{
color: #6DDADA;
}
</style>
background-color css
<style>
a { background-color: #6DDADA; }
a { background-color: rgb(109,218,218); }
div.DivClassName
{
background-color: #6DDADA;
}
.BgClassName
{
background-color: #6DDADA;
}
</style>
border-color css
<style>
span { border-color: #6DDADA; }
span { border-color: rgb(109,218,218); }
td.TdClassName
{
border-color: #6DDADA;
}
.TagClassName
{
border-color: #6DDADA;
}
</style>