Shades of Turquoise Blue #6BDCDB
Tints of Turquoise Blue #6BDCDB
RGB
CMYK
RGB Variations
Color information
#6BDCDB (or 0x6BDCDB) is known color: Turquoise Blue. HEX triplet: 6B, DC and DB. RGB value is (107,220,219). Sum of RGB (Red+Green+Blue) = 107+220+219=546 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.60% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCDB is #942324. Grayscale: #B9B9B9. Windows color (decimal): -9708325 or 14408811. OLE color: 14408811.
HSL color Cylindrical-coordinate representation of color #6BDCDB: hue angle of 179.47º degrees, saturation: 0.62, 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 #6BDCDB is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 219 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.14 |
| HSL | 179.47º | 0.62% | 0.64% | - |
| HSV(B) | 179.47º | 0.51% | 0.86% | - |
| XYZ | 44.44 | 59.43 | 76.15 | - |
| YUV | 186.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 219 | 0.51 | 0 | 0.00 | 0.14 | 179.47 | 0.62 | 0.64 |
| Hex | 6B | DC | DB | 33 | 0 | 0 | E | B3 | 3E | 40 |
| Octal | 153 | 334 | 333 | 63 | 0 | 0 | 16 | 263 | 76 | 100 |
| Binary | 1101011 | 11011100 | 11011011 | 110011 | 0 | 0 | 1110 | 10110011 | 111110 | 1000000 |
Color Harmonies of #6BDCDB
Complementary color
Monochromatic Colors of #6BDCDB
Black with #6BDCDB
Text Example
Text Example
White with #6BDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCDB; }
p { color: rgb(107,220,219); }
H1.HeaderClassName
{
color: #6BDCDB;
}
.AnyTagClassName
{
color: #6BDCDB;
}
</style>
background-color css
<style>
a { background-color: #6BDCDB; }
a { background-color: rgb(107,220,219); }
div.DivClassName
{
background-color: #6BDCDB;
}
.BgClassName
{
background-color: #6BDCDB;
}
</style>
border-color css
<style>
span { border-color: #6BDCDB; }
span { border-color: rgb(107,220,219); }
td.TdClassName
{
border-color: #6BDCDB;
}
.TagClassName
{
border-color: #6BDCDB;
}
</style>