Shades of Turquoise Blue #6DDFEC
Tints of Turquoise Blue #6DDFEC
RGB
CMYK
RGB Variations
Color information
#6DDFEC (or 0x6DDFEC) is known color: Turquoise Blue. HEX triplet: 6D, DF and EC. RGB value is (109,223,236). Sum of RGB (Red+Green+Blue) = 109+223+236=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDFEC is #922013. Grayscale: #BEBEBE. Windows color (decimal): -9576468 or 15523693. OLE color: 15523693.
HSL color Cylindrical-coordinate representation of color #6DDFEC: hue angle of 186.14º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDFEC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 223 | 236 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.07 |
| HSL | 186.14º | 0.77% | 0.68% | - |
| HSV(B) | 186.14º | 0.54% | 0.93% | - |
| XYZ | 47.83 | 62.08 | 88.82 | - |
| YUV | 190.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 236 | 0.54 | 0.06 | 0 | 0.07 | 186.14 | 0.77 | 0.68 |
| Hex | 6D | DF | EC | 36 | 6 | 0 | 7 | BA | 4D | 44 |
| Octal | 155 | 337 | 354 | 66 | 6 | 0 | 7 | 272 | 115 | 104 |
| Binary | 1101101 | 11011111 | 11101100 | 110110 | 110 | 0 | 111 | 10111010 | 1001101 | 1000100 |
Color Harmonies of #6DDFEC
Complementary color
Monochromatic Colors of #6DDFEC
Black with #6DDFEC
Text Example
Text Example
White with #6DDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDFEC; }
p { color: rgb(109,223,236); }
H1.HeaderClassName
{
color: #6DDFEC;
}
.AnyTagClassName
{
color: #6DDFEC;
}
</style>
background-color css
<style>
a { background-color: #6DDFEC; }
a { background-color: rgb(109,223,236); }
div.DivClassName
{
background-color: #6DDFEC;
}
.BgClassName
{
background-color: #6DDFEC;
}
</style>
border-color css
<style>
span { border-color: #6DDFEC; }
span { border-color: rgb(109,223,236); }
td.TdClassName
{
border-color: #6DDFEC;
}
.TagClassName
{
border-color: #6DDFEC;
}
</style>