Shades of Turquoise Blue #6DCFE7
Tints of Turquoise Blue #6DCFE7
RGB
CMYK
RGB Variations
Color information
#6DCFE7 (or 0x6DCFE7) is known color: Turquoise Blue. HEX triplet: 6D, CF and E7. RGB value is (109,207,231). Sum of RGB (Red+Green+Blue) = 109+207+231=547 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.93% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #6DCFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFE7 is #923018. Grayscale: #B4B4B4. Windows color (decimal): -9580569 or 15191917. OLE color: 15191917.
HSL color Cylindrical-coordinate representation of color #6DCFE7: hue angle of 191.8º 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 #6DCFE7 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 207 | 231 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.09 |
| HSL | 191.8º | 0.72% | 0.67% | - |
| HSV(B) | 191.8º | 0.53% | 0.91% | - |
| XYZ | 43.04 | 53.65 | 83.69 | - |
| YUV | 180.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 231 | 0.53 | 0.10 | 0 | 0.09 | 191.8 | 0.72 | 0.67 |
| Hex | 6D | CF | E7 | 35 | A | 0 | 9 | C0 | 48 | 43 |
| Octal | 155 | 317 | 347 | 65 | 12 | 0 | 11 | 300 | 110 | 103 |
| Binary | 1101101 | 11001111 | 11100111 | 110101 | 1010 | 0 | 1001 | 11000000 | 1001000 | 1000011 |
Color Harmonies of #6DCFE7
Complementary color
Monochromatic Colors of #6DCFE7
Black with #6DCFE7
Text Example
Text Example
White with #6DCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFE7; }
p { color: rgb(109,207,231); }
H1.HeaderClassName
{
color: #6DCFE7;
}
.AnyTagClassName
{
color: #6DCFE7;
}
</style>
background-color css
<style>
a { background-color: #6DCFE7; }
a { background-color: rgb(109,207,231); }
div.DivClassName
{
background-color: #6DCFE7;
}
.BgClassName
{
background-color: #6DCFE7;
}
</style>
border-color css
<style>
span { border-color: #6DCFE7; }
span { border-color: rgb(109,207,231); }
td.TdClassName
{
border-color: #6DCFE7;
}
.TagClassName
{
border-color: #6DCFE7;
}
</style>