Shades of Turquoise Blue #6DCFDB
Tints of Turquoise Blue #6DCFDB
RGB
CMYK
RGB Variations
Color information
#6DCFDB (or 0x6DCFDB) is known color: Turquoise Blue. HEX triplet: 6D, CF and DB. RGB value is (109,207,219). Sum of RGB (Red+Green+Blue) = 109+207+219=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFDB is #923024. Grayscale: #B2B2B2. Windows color (decimal): -9580581 or 14405485. OLE color: 14405485.
HSL color Cylindrical-coordinate representation of color #6DCFDB: hue angle of 186.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCFDB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 207 | 219 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.14 |
| HSL | 186.55º | 0.6% | 0.64% | - |
| HSV(B) | 186.55º | 0.5% | 0.86% | - |
| XYZ | 41.41 | 52.99 | 75.06 | - |
| YUV | 179.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 219 | 0.50 | 0.05 | 0 | 0.14 | 186.55 | 0.6 | 0.64 |
| Hex | 6D | CF | DB | 32 | 5 | 0 | E | BB | 3C | 40 |
| Octal | 155 | 317 | 333 | 62 | 5 | 0 | 16 | 273 | 74 | 100 |
| Binary | 1101101 | 11001111 | 11011011 | 110010 | 101 | 0 | 1110 | 10111011 | 111100 | 1000000 |
Color Harmonies of #6DCFDB
Complementary color
Monochromatic Colors of #6DCFDB
Black with #6DCFDB
Text Example
Text Example
White with #6DCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFDB; }
p { color: rgb(109,207,219); }
H1.HeaderClassName
{
color: #6DCFDB;
}
.AnyTagClassName
{
color: #6DCFDB;
}
</style>
background-color css
<style>
a { background-color: #6DCFDB; }
a { background-color: rgb(109,207,219); }
div.DivClassName
{
background-color: #6DCFDB;
}
.BgClassName
{
background-color: #6DCFDB;
}
</style>
border-color css
<style>
span { border-color: #6DCFDB; }
span { border-color: rgb(109,207,219); }
td.TdClassName
{
border-color: #6DCFDB;
}
.TagClassName
{
border-color: #6DCFDB;
}
</style>