Shades of Turquoise Blue #6DDAD6
Tints of Turquoise Blue #6DDAD6
RGB
CMYK
RGB Variations
Color information
#6DDAD6 (or 0x6DDAD6) is known color: Turquoise Blue. HEX triplet: 6D, DA and D6. RGB value is (109,218,214). Sum of RGB (Red+Green+Blue) = 109+218+214=541 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.15% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #6DDAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDAD6 is #922529. Grayscale: #B8B8B8. Windows color (decimal): -9577770 or 14080621. OLE color: 14080621.
HSL color Cylindrical-coordinate representation of color #6DDAD6: hue angle of 177.8º 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 #6DDAD6 is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 109 | 218 | 214 | - |
CMYK | 0.5 | 0 | 0.02 | 0.15 |
HSL | 177.8º | 0.6% | 0.64% | - |
HSV(B) | 177.8º | 0.5% | 0.85% | - |
XYZ | 43.52 | 58.25 | 72.57 | - |
YUV | 184.95 | 144.39 | 73.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 218 | 214 | 0.5 | 0 | 0.02 | 0.15 | 177.8 | 0.6 | 0.64 |
Hex | 6D | DA | D6 | 32 | 0 | 2 | F | B2 | 3C | 40 |
Octal | 155 | 332 | 326 | 62 | 0 | 2 | 17 | 262 | 74 | 100 |
Binary | 1101101 | 11011010 | 11010110 | 110010 | 0 | 10 | 1111 | 10110010 | 111100 | 1000000 |
Color Harmonies of #6DDAD6
Complementary color
Monochromatic Colors of #6DDAD6
Black with #6DDAD6
Text Example
Text Example
White with #6DDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDAD6; }
p { color: rgb(109,218,214); }
H1.HeaderClassName
{
color: #6DDAD6;
}
.AnyTagClassName
{
color: #6DDAD6;
}
</style>
background-color css
<style>
a { background-color: #6DDAD6; }
a { background-color: rgb(109,218,214); }
div.DivClassName
{
background-color: #6DDAD6;
}
.BgClassName
{
background-color: #6DDAD6;
}
</style>
border-color css
<style>
span { border-color: #6DDAD6; }
span { border-color: rgb(109,218,214); }
td.TdClassName
{
border-color: #6DDAD6;
}
.TagClassName
{
border-color: #6DDAD6;
}
</style>