Shades of Turquoise Blue #6BDBDA
Tints of Turquoise Blue #6BDBDA
RGB
CMYK
RGB Variations
Color information
#6BDBDA (or 0x6BDBDA) is known color: Turquoise Blue. HEX triplet: 6B, DB and DA. RGB value is (107,219,218). Sum of RGB (Red+Green+Blue) = 107+219+218=544 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.67% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBDA is #942425. Grayscale: #B9B9B9. Windows color (decimal): -9708582 or 14343019. OLE color: 14343019.
HSL color Cylindrical-coordinate representation of color #6BDBDA: hue angle of 179.46º 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 #6BDBDA is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 218 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.14 |
| HSL | 179.46º | 0.61% | 0.64% | - |
| HSV(B) | 179.46º | 0.51% | 0.86% | - |
| XYZ | 44.05 | 58.85 | 75.37 | - |
| YUV | 185.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 218 | 0.51 | 0 | 0.00 | 0.14 | 179.46 | 0.61 | 0.64 |
| Hex | 6B | DB | DA | 33 | 0 | 0 | E | B3 | 3D | 40 |
| Octal | 153 | 333 | 332 | 63 | 0 | 0 | 16 | 263 | 75 | 100 |
| Binary | 1101011 | 11011011 | 11011010 | 110011 | 0 | 0 | 1110 | 10110011 | 111101 | 1000000 |
Color Harmonies of #6BDBDA
Complementary color
Monochromatic Colors of #6BDBDA
Black with #6BDBDA
Text Example
Text Example
White with #6BDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBDA; }
p { color: rgb(107,219,218); }
H1.HeaderClassName
{
color: #6BDBDA;
}
.AnyTagClassName
{
color: #6BDBDA;
}
</style>
background-color css
<style>
a { background-color: #6BDBDA; }
a { background-color: rgb(107,219,218); }
div.DivClassName
{
background-color: #6BDBDA;
}
.BgClassName
{
background-color: #6BDBDA;
}
</style>
border-color css
<style>
span { border-color: #6BDBDA; }
span { border-color: rgb(107,219,218); }
td.TdClassName
{
border-color: #6BDBDA;
}
.TagClassName
{
border-color: #6BDBDA;
}
</style>