Shades of Turquoise Blue #6DDDD4
Tints of Turquoise Blue #6DDDD4
RGB
CMYK
RGB Variations
Color information
#6DDDD4 (or 0x6DDDD4) is known color: Turquoise Blue. HEX triplet: 6D, DD and D4. RGB value is (109,221,212). Sum of RGB (Red+Green+Blue) = 109+221+212=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDD4 is #92222B. Grayscale: #BABABA. Windows color (decimal): -9577004 or 13950317. OLE color: 13950317.
HSL color Cylindrical-coordinate representation of color #6DDDD4: hue angle of 175.18º degrees, saturation: 0.62, 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 #6DDDD4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 212 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.13 |
| HSL | 175.18º | 0.62% | 0.65% | - |
| HSV(B) | 175.18º | 0.51% | 0.87% | - |
| XYZ | 44.05 | 59.72 | 71.49 | - |
| YUV | 186.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 212 | 0.51 | 0 | 0.04 | 0.13 | 175.18 | 0.62 | 0.65 |
| Hex | 6D | DD | D4 | 33 | 0 | 4 | D | AF | 3E | 41 |
| Octal | 155 | 335 | 324 | 63 | 0 | 4 | 15 | 257 | 76 | 101 |
| Binary | 1101101 | 11011101 | 11010100 | 110011 | 0 | 100 | 1101 | 10101111 | 111110 | 1000001 |
Color Harmonies of #6DDDD4
Complementary color
Monochromatic Colors of #6DDDD4
Black with #6DDDD4
Text Example
Text Example
White with #6DDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDD4; }
p { color: rgb(109,221,212); }
H1.HeaderClassName
{
color: #6DDDD4;
}
.AnyTagClassName
{
color: #6DDDD4;
}
</style>
background-color css
<style>
a { background-color: #6DDDD4; }
a { background-color: rgb(109,221,212); }
div.DivClassName
{
background-color: #6DDDD4;
}
.BgClassName
{
background-color: #6DDDD4;
}
</style>
border-color css
<style>
span { border-color: #6DDDD4; }
span { border-color: rgb(109,221,212); }
td.TdClassName
{
border-color: #6DDDD4;
}
.TagClassName
{
border-color: #6DDDD4;
}
</style>