Shades of Turquoise Blue #6DCEDF
Tints of Turquoise Blue #6DCEDF
RGB
CMYK
RGB Variations
Color information
#6DCEDF (or 0x6DCEDF) is known color: Turquoise Blue. HEX triplet: 6D, CE and DF. RGB value is (109,206,223). Sum of RGB (Red+Green+Blue) = 109+206+223=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEDF is #923120. Grayscale: #B2B2B2. Windows color (decimal): -9580833 or 14667373. OLE color: 14667373.
HSL color Cylindrical-coordinate representation of color #6DCEDF: hue angle of 188.95º 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 #6DCEDF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 206 | 223 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.13 |
| HSL | 188.95º | 0.64% | 0.65% | - |
| HSV(B) | 188.95º | 0.51% | 0.87% | - |
| XYZ | 41.7 | 52.72 | 77.79 | - |
| YUV | 178.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 223 | 0.51 | 0.08 | 0 | 0.13 | 188.95 | 0.64 | 0.65 |
| Hex | 6D | CE | DF | 33 | 8 | 0 | D | BD | 40 | 41 |
| Octal | 155 | 316 | 337 | 63 | 10 | 0 | 15 | 275 | 100 | 101 |
| Binary | 1101101 | 11001110 | 11011111 | 110011 | 1000 | 0 | 1101 | 10111101 | 1000000 | 1000001 |
Color Harmonies of #6DCEDF
Complementary color
Monochromatic Colors of #6DCEDF
Black with #6DCEDF
Text Example
Text Example
White with #6DCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEDF; }
p { color: rgb(109,206,223); }
H1.HeaderClassName
{
color: #6DCEDF;
}
.AnyTagClassName
{
color: #6DCEDF;
}
</style>
background-color css
<style>
a { background-color: #6DCEDF; }
a { background-color: rgb(109,206,223); }
div.DivClassName
{
background-color: #6DCEDF;
}
.BgClassName
{
background-color: #6DCEDF;
}
</style>
border-color css
<style>
span { border-color: #6DCEDF; }
span { border-color: rgb(109,206,223); }
td.TdClassName
{
border-color: #6DCEDF;
}
.TagClassName
{
border-color: #6DCEDF;
}
</style>