Shades of Turquoise Blue #6DCFEC
Tints of Turquoise Blue #6DCFEC
RGB
CMYK
RGB Variations
Color information
#6DCFEC (or 0x6DCFEC) is known color: Turquoise Blue. HEX triplet: 6D, CF and EC. RGB value is (109,207,236). Sum of RGB (Red+Green+Blue) = 109+207+236=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFEC is #923013. Grayscale: #B4B4B4. Windows color (decimal): -9580564 or 15519597. OLE color: 15519597.
HSL color Cylindrical-coordinate representation of color #6DCFEC: hue angle of 193.7º 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 #6DCFEC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 207 | 236 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.07 |
| HSL | 193.7º | 0.77% | 0.68% | - |
| HSV(B) | 193.7º | 0.54% | 0.93% | - |
| XYZ | 43.76 | 53.93 | 87.46 | - |
| YUV | 181 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 236 | 0.54 | 0.12 | 0 | 0.07 | 193.7 | 0.77 | 0.68 |
| Hex | 6D | CF | EC | 36 | C | 0 | 7 | C2 | 4D | 44 |
| Octal | 155 | 317 | 354 | 66 | 14 | 0 | 7 | 302 | 115 | 104 |
| Binary | 1101101 | 11001111 | 11101100 | 110110 | 1100 | 0 | 111 | 11000010 | 1001101 | 1000100 |
Color Harmonies of #6DCFEC
Complementary color
Monochromatic Colors of #6DCFEC
Black with #6DCFEC
Text Example
Text Example
White with #6DCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFEC; }
p { color: rgb(109,207,236); }
H1.HeaderClassName
{
color: #6DCFEC;
}
.AnyTagClassName
{
color: #6DCFEC;
}
</style>
background-color css
<style>
a { background-color: #6DCFEC; }
a { background-color: rgb(109,207,236); }
div.DivClassName
{
background-color: #6DCFEC;
}
.BgClassName
{
background-color: #6DCFEC;
}
</style>
border-color css
<style>
span { border-color: #6DCFEC; }
span { border-color: rgb(109,207,236); }
td.TdClassName
{
border-color: #6DCFEC;
}
.TagClassName
{
border-color: #6DCFEC;
}
</style>