Shades of Turquoise Blue #6BCCDB
Tints of Turquoise Blue #6BCCDB
RGB
CMYK
RGB Variations
Color information
#6BCCDB (or 0x6BCCDB) is known color: Turquoise Blue. HEX triplet: 6B, CC and DB. RGB value is (107,204,219). Sum of RGB (Red+Green+Blue) = 107+204+219=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCDB is #943324. Grayscale: #B0B0B0. Windows color (decimal): -9712421 or 14404715. OLE color: 14404715.
HSL color Cylindrical-coordinate representation of color #6BCCDB: hue angle of 188.04º 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 #6BCCDB is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 204 | 219 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.14 |
| HSL | 188.04º | 0.61% | 0.64% | - |
| HSV(B) | 188.04º | 0.51% | 0.86% | - |
| XYZ | 40.44 | 51.43 | 74.81 | - |
| YUV | 176.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 219 | 0.51 | 0.07 | 0 | 0.14 | 188.04 | 0.61 | 0.64 |
| Hex | 6B | CC | DB | 33 | 7 | 0 | E | BC | 3D | 40 |
| Octal | 153 | 314 | 333 | 63 | 7 | 0 | 16 | 274 | 75 | 100 |
| Binary | 1101011 | 11001100 | 11011011 | 110011 | 111 | 0 | 1110 | 10111100 | 111101 | 1000000 |
Color Harmonies of #6BCCDB
Complementary color
Monochromatic Colors of #6BCCDB
Black with #6BCCDB
Text Example
Text Example
White with #6BCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCDB; }
p { color: rgb(107,204,219); }
H1.HeaderClassName
{
color: #6BCCDB;
}
.AnyTagClassName
{
color: #6BCCDB;
}
</style>
background-color css
<style>
a { background-color: #6BCCDB; }
a { background-color: rgb(107,204,219); }
div.DivClassName
{
background-color: #6BCCDB;
}
.BgClassName
{
background-color: #6BCCDB;
}
</style>
border-color css
<style>
span { border-color: #6BCCDB; }
span { border-color: rgb(107,204,219); }
td.TdClassName
{
border-color: #6BCCDB;
}
.TagClassName
{
border-color: #6BCCDB;
}
</style>