Shades of Turquoise Blue #6DDED4
Tints of Turquoise Blue #6DDED4
RGB
CMYK
RGB Variations
Color information
#6DDED4 (or 0x6DDED4) is known color: Turquoise Blue. HEX triplet: 6D, DE and D4. RGB value is (109,222,212). Sum of RGB (Red+Green+Blue) = 109+222+212=543 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.07% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDED4 is #92212B. Grayscale: #BABABA. Windows color (decimal): -9576748 or 13950573. OLE color: 13950573.
HSL color Cylindrical-coordinate representation of color #6DDED4: hue angle of 174.69º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDED4 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 212 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.13 |
| HSL | 174.69º | 0.63% | 0.65% | - |
| HSV(B) | 174.69º | 0.51% | 0.87% | - |
| XYZ | 44.31 | 60.25 | 71.58 | - |
| YUV | 187.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 212 | 0.51 | 0 | 0.05 | 0.13 | 174.69 | 0.63 | 0.65 |
| Hex | 6D | DE | D4 | 33 | 0 | 5 | D | AF | 3F | 41 |
| Octal | 155 | 336 | 324 | 63 | 0 | 5 | 15 | 257 | 77 | 101 |
| Binary | 1101101 | 11011110 | 11010100 | 110011 | 0 | 101 | 1101 | 10101111 | 111111 | 1000001 |
Color Harmonies of #6DDED4
Complementary color
Monochromatic Colors of #6DDED4
Black with #6DDED4
Text Example
Text Example
White with #6DDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDED4; }
p { color: rgb(109,222,212); }
H1.HeaderClassName
{
color: #6DDED4;
}
.AnyTagClassName
{
color: #6DDED4;
}
</style>
background-color css
<style>
a { background-color: #6DDED4; }
a { background-color: rgb(109,222,212); }
div.DivClassName
{
background-color: #6DDED4;
}
.BgClassName
{
background-color: #6DDED4;
}
</style>
border-color css
<style>
span { border-color: #6DDED4; }
span { border-color: rgb(109,222,212); }
td.TdClassName
{
border-color: #6DDED4;
}
.TagClassName
{
border-color: #6DDED4;
}
</style>