Shades of Turquoise Blue #6DCEEC
Tints of Turquoise Blue #6DCEEC
RGB
CMYK
RGB Variations
Color information
#6DCEEC (or 0x6DCEEC) is known color: Turquoise Blue. HEX triplet: 6D, CE and EC. RGB value is (109,206,236). Sum of RGB (Red+Green+Blue) = 109+206+236=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCEEC is #923113. Grayscale: #B4B4B4. Windows color (decimal): -9580820 or 15519341. OLE color: 15519341.
HSL color Cylindrical-coordinate representation of color #6DCEEC: hue angle of 194.17º 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 #6DCEEC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 206 | 236 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.07 |
| HSL | 194.17º | 0.77% | 0.68% | - |
| HSV(B) | 194.17º | 0.54% | 0.93% | - |
| XYZ | 43.52 | 53.45 | 87.38 | - |
| YUV | 180.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 236 | 0.54 | 0.13 | 0 | 0.07 | 194.17 | 0.77 | 0.68 |
| Hex | 6D | CE | EC | 36 | D | 0 | 7 | C2 | 4D | 44 |
| Octal | 155 | 316 | 354 | 66 | 15 | 0 | 7 | 302 | 115 | 104 |
| Binary | 1101101 | 11001110 | 11101100 | 110110 | 1101 | 0 | 111 | 11000010 | 1001101 | 1000100 |
Color Harmonies of #6DCEEC
Complementary color
Monochromatic Colors of #6DCEEC
Black with #6DCEEC
Text Example
Text Example
White with #6DCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEEC; }
p { color: rgb(109,206,236); }
H1.HeaderClassName
{
color: #6DCEEC;
}
.AnyTagClassName
{
color: #6DCEEC;
}
</style>
background-color css
<style>
a { background-color: #6DCEEC; }
a { background-color: rgb(109,206,236); }
div.DivClassName
{
background-color: #6DCEEC;
}
.BgClassName
{
background-color: #6DCEEC;
}
</style>
border-color css
<style>
span { border-color: #6DCEEC; }
span { border-color: rgb(109,206,236); }
td.TdClassName
{
border-color: #6DCEEC;
}
.TagClassName
{
border-color: #6DCEEC;
}
</style>