Shades of Turquoise Blue #6BCDDB
Tints of Turquoise Blue #6BCDDB
RGB
CMYK
RGB Variations
Color information
#6BCDDB (or 0x6BCDDB) is known color: Turquoise Blue. HEX triplet: 6B, CD and DB. RGB value is (107,205,219). Sum of RGB (Red+Green+Blue) = 107+205+219=531 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.15% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCDDB is #943224. Grayscale: #B1B1B1. Windows color (decimal): -9712165 or 14404971. OLE color: 14404971.
HSL color Cylindrical-coordinate representation of color #6BCDDB: hue angle of 187.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCDDB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 205 | 219 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.14 |
| HSL | 187.5º | 0.61% | 0.64% | - |
| HSV(B) | 187.5º | 0.51% | 0.86% | - |
| XYZ | 40.68 | 51.9 | 74.89 | - |
| YUV | 177.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 219 | 0.51 | 0.06 | 0 | 0.14 | 187.5 | 0.61 | 0.64 |
| Hex | 6B | CD | DB | 33 | 6 | 0 | E | BC | 3D | 40 |
| Octal | 153 | 315 | 333 | 63 | 6 | 0 | 16 | 274 | 75 | 100 |
| Binary | 1101011 | 11001101 | 11011011 | 110011 | 110 | 0 | 1110 | 10111100 | 111101 | 1000000 |
Color Harmonies of #6BCDDB
Complementary color
Monochromatic Colors of #6BCDDB
Black with #6BCDDB
Text Example
Text Example
White with #6BCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCDDB; }
p { color: rgb(107,205,219); }
H1.HeaderClassName
{
color: #6BCDDB;
}
.AnyTagClassName
{
color: #6BCDDB;
}
</style>
background-color css
<style>
a { background-color: #6BCDDB; }
a { background-color: rgb(107,205,219); }
div.DivClassName
{
background-color: #6BCDDB;
}
.BgClassName
{
background-color: #6BCDDB;
}
</style>
border-color css
<style>
span { border-color: #6BCDDB; }
span { border-color: rgb(107,205,219); }
td.TdClassName
{
border-color: #6BCDDB;
}
.TagClassName
{
border-color: #6BCDDB;
}
</style>