Shades of Turquoise Blue #6DD2DA
Tints of Turquoise Blue #6DD2DA
RGB
CMYK
RGB Variations
Color information
#6DD2DA (or 0x6DD2DA) is known color: Turquoise Blue. HEX triplet: 6D, D2 and DA. RGB value is (109,210,218). Sum of RGB (Red+Green+Blue) = 109+210+218=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DD2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2DA is #922D25. Grayscale: #B4B4B4. Windows color (decimal): -9579814 or 14340717. OLE color: 14340717.
HSL color Cylindrical-coordinate representation of color #6DD2DA: hue angle of 184.4º 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 #6DD2DA is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 210 | 218 | - |
| CMYK | 0.5 | 0.04 | 0 | 0.15 |
| HSL | 184.4º | 0.6% | 0.64% | - |
| HSV(B) | 184.4º | 0.5% | 0.85% | - |
| XYZ | 42.01 | 54.41 | 74.62 | - |
| YUV | 180.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 218 | 0.5 | 0.04 | 0 | 0.15 | 184.4 | 0.6 | 0.64 |
| Hex | 6D | D2 | DA | 32 | 4 | 0 | F | B8 | 3C | 40 |
| Octal | 155 | 322 | 332 | 62 | 4 | 0 | 17 | 270 | 74 | 100 |
| Binary | 1101101 | 11010010 | 11011010 | 110010 | 100 | 0 | 1111 | 10111000 | 111100 | 1000000 |
Color Harmonies of #6DD2DA
Complementary color
Monochromatic Colors of #6DD2DA
Black with #6DD2DA
Text Example
Text Example
White with #6DD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2DA; }
p { color: rgb(109,210,218); }
H1.HeaderClassName
{
color: #6DD2DA;
}
.AnyTagClassName
{
color: #6DD2DA;
}
</style>
background-color css
<style>
a { background-color: #6DD2DA; }
a { background-color: rgb(109,210,218); }
div.DivClassName
{
background-color: #6DD2DA;
}
.BgClassName
{
background-color: #6DD2DA;
}
</style>
border-color css
<style>
span { border-color: #6DD2DA; }
span { border-color: rgb(109,210,218); }
td.TdClassName
{
border-color: #6DD2DA;
}
.TagClassName
{
border-color: #6DD2DA;
}
</style>