Shades of Turquoise Blue #6DCEDD
Tints of Turquoise Blue #6DCEDD
RGB
CMYK
RGB Variations
Color information
#6DCEDD (or 0x6DCEDD) is known color: Turquoise Blue. HEX triplet: 6D, CE and DD. RGB value is (109,206,221). Sum of RGB (Red+Green+Blue) = 109+206+221=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEDD is #923122. Grayscale: #B2B2B2. Windows color (decimal): -9580835 or 14536301. OLE color: 14536301.
HSL color Cylindrical-coordinate representation of color #6DCEDD: hue angle of 188.04º 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 #6DCEDD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 206 | 221 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.13 |
| HSL | 188.04º | 0.62% | 0.65% | - |
| HSV(B) | 188.04º | 0.51% | 0.87% | - |
| XYZ | 41.43 | 52.61 | 76.38 | - |
| YUV | 178.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 221 | 0.51 | 0.07 | 0 | 0.13 | 188.04 | 0.62 | 0.65 |
| Hex | 6D | CE | DD | 33 | 7 | 0 | D | BC | 3E | 41 |
| Octal | 155 | 316 | 335 | 63 | 7 | 0 | 15 | 274 | 76 | 101 |
| Binary | 1101101 | 11001110 | 11011101 | 110011 | 111 | 0 | 1101 | 10111100 | 111110 | 1000001 |
Color Harmonies of #6DCEDD
Complementary color
Monochromatic Colors of #6DCEDD
Black with #6DCEDD
Text Example
Text Example
White with #6DCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEDD; }
p { color: rgb(109,206,221); }
H1.HeaderClassName
{
color: #6DCEDD;
}
.AnyTagClassName
{
color: #6DCEDD;
}
</style>
background-color css
<style>
a { background-color: #6DCEDD; }
a { background-color: rgb(109,206,221); }
div.DivClassName
{
background-color: #6DCEDD;
}
.BgClassName
{
background-color: #6DCEDD;
}
</style>
border-color css
<style>
span { border-color: #6DCEDD; }
span { border-color: rgb(109,206,221); }
td.TdClassName
{
border-color: #6DCEDD;
}
.TagClassName
{
border-color: #6DCEDD;
}
</style>