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