Shades of Turquoise Blue #6DD2DF
Tints of Turquoise Blue #6DD2DF
RGB
CMYK
RGB Variations
Color information
#6DD2DF (or 0x6DD2DF) is known color: Turquoise Blue. HEX triplet: 6D, D2 and DF. RGB value is (109,210,223). Sum of RGB (Red+Green+Blue) = 109+210+223=542 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.11% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DD2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD2DF is #922D20. Grayscale: #B5B5B5. Windows color (decimal): -9579809 or 14668397. OLE color: 14668397.
HSL color Cylindrical-coordinate representation of color #6DD2DF: hue angle of 186.84º degrees, saturation: 0.64, 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 #6DD2DF is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 210 | 223 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.13 |
| HSL | 186.84º | 0.64% | 0.65% | - |
| HSV(B) | 186.84º | 0.51% | 0.87% | - |
| XYZ | 42.67 | 54.67 | 78.12 | - |
| YUV | 181.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 223 | 0.51 | 0.06 | 0 | 0.13 | 186.84 | 0.64 | 0.65 |
| Hex | 6D | D2 | DF | 33 | 6 | 0 | D | BB | 40 | 41 |
| Octal | 155 | 322 | 337 | 63 | 6 | 0 | 15 | 273 | 100 | 101 |
| Binary | 1101101 | 11010010 | 11011111 | 110011 | 110 | 0 | 1101 | 10111011 | 1000000 | 1000001 |
Color Harmonies of #6DD2DF
Complementary color
Monochromatic Colors of #6DD2DF
Black with #6DD2DF
Text Example
Text Example
White with #6DD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD2DF; }
p { color: rgb(109,210,223); }
H1.HeaderClassName
{
color: #6DD2DF;
}
.AnyTagClassName
{
color: #6DD2DF;
}
</style>
background-color css
<style>
a { background-color: #6DD2DF; }
a { background-color: rgb(109,210,223); }
div.DivClassName
{
background-color: #6DD2DF;
}
.BgClassName
{
background-color: #6DD2DF;
}
</style>
border-color css
<style>
span { border-color: #6DD2DF; }
span { border-color: rgb(109,210,223); }
td.TdClassName
{
border-color: #6DD2DF;
}
.TagClassName
{
border-color: #6DD2DF;
}
</style>