Shades of Turquoise Blue #6DCDDF
Tints of Turquoise Blue #6DCDDF
RGB
CMYK
RGB Variations
Color information
#6DCDDF (or 0x6DCDDF) is known color: Turquoise Blue. HEX triplet: 6D, CD and DF. RGB value is (109,205,223). Sum of RGB (Red+Green+Blue) = 109+205+223=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DCDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDDF is #923220. Grayscale: #B2B2B2. Windows color (decimal): -9581089 or 14667117. OLE color: 14667117.
HSL color Cylindrical-coordinate representation of color #6DCDDF: hue angle of 189.47º 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 #6DCDDF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 205 | 223 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.13 |
| HSL | 189.47º | 0.64% | 0.65% | - |
| HSV(B) | 189.47º | 0.51% | 0.87% | - |
| XYZ | 41.46 | 52.24 | 77.71 | - |
| YUV | 178.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 223 | 0.51 | 0.08 | 0 | 0.13 | 189.47 | 0.64 | 0.65 |
| Hex | 6D | CD | DF | 33 | 8 | 0 | D | BD | 40 | 41 |
| Octal | 155 | 315 | 337 | 63 | 10 | 0 | 15 | 275 | 100 | 101 |
| Binary | 1101101 | 11001101 | 11011111 | 110011 | 1000 | 0 | 1101 | 10111101 | 1000000 | 1000001 |
Color Harmonies of #6DCDDF
Complementary color
Monochromatic Colors of #6DCDDF
Black with #6DCDDF
Text Example
Text Example
White with #6DCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDDF; }
p { color: rgb(109,205,223); }
H1.HeaderClassName
{
color: #6DCDDF;
}
.AnyTagClassName
{
color: #6DCDDF;
}
</style>
background-color css
<style>
a { background-color: #6DCDDF; }
a { background-color: rgb(109,205,223); }
div.DivClassName
{
background-color: #6DCDDF;
}
.BgClassName
{
background-color: #6DCDDF;
}
</style>
border-color css
<style>
span { border-color: #6DCDDF; }
span { border-color: rgb(109,205,223); }
td.TdClassName
{
border-color: #6DCDDF;
}
.TagClassName
{
border-color: #6DCDDF;
}
</style>