Shades of Turquoise Blue #6DCCE7
Tints of Turquoise Blue #6DCCE7
RGB
CMYK
RGB Variations
Color information
#6DCCE7 (or 0x6DCCE7) is known color: Turquoise Blue. HEX triplet: 6D, CC and E7. RGB value is (109,204,231). Sum of RGB (Red+Green+Blue) = 109+204+231=544 (72% of max value = 765). Red value is 109 (42.97% from 255 or 20.04% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #6DCCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCCE7 is #923318. Grayscale: #B2B2B2. Windows color (decimal): -9581337 or 15191149. OLE color: 15191149.
HSL color Cylindrical-coordinate representation of color #6DCCE7: hue angle of 193.28º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DCCE7 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 204 | 231 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.09 |
| HSL | 193.28º | 0.72% | 0.67% | - |
| HSV(B) | 193.28º | 0.53% | 0.91% | - |
| XYZ | 42.32 | 52.21 | 83.45 | - |
| YUV | 178.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 231 | 0.53 | 0.12 | 0 | 0.09 | 193.28 | 0.72 | 0.67 |
| Hex | 6D | CC | E7 | 35 | C | 0 | 9 | C1 | 48 | 43 |
| Octal | 155 | 314 | 347 | 65 | 14 | 0 | 11 | 301 | 110 | 103 |
| Binary | 1101101 | 11001100 | 11100111 | 110101 | 1100 | 0 | 1001 | 11000001 | 1001000 | 1000011 |
Color Harmonies of #6DCCE7
Complementary color
Monochromatic Colors of #6DCCE7
Black with #6DCCE7
Text Example
Text Example
White with #6DCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCE7; }
p { color: rgb(109,204,231); }
H1.HeaderClassName
{
color: #6DCCE7;
}
.AnyTagClassName
{
color: #6DCCE7;
}
</style>
background-color css
<style>
a { background-color: #6DCCE7; }
a { background-color: rgb(109,204,231); }
div.DivClassName
{
background-color: #6DCCE7;
}
.BgClassName
{
background-color: #6DCCE7;
}
</style>
border-color css
<style>
span { border-color: #6DCCE7; }
span { border-color: rgb(109,204,231); }
td.TdClassName
{
border-color: #6DCCE7;
}
.TagClassName
{
border-color: #6DCCE7;
}
</style>