Shades of Turquoise Blue #6BDBD7
Tints of Turquoise Blue #6BDBD7
RGB
CMYK
RGB Variations
Color information
#6BDBD7 (or 0x6BDBD7) is known color: Turquoise Blue. HEX triplet: 6B, DB and D7. RGB value is (107,219,215). Sum of RGB (Red+Green+Blue) = 107+219+215=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBD7 is #942428. Grayscale: #B8B8B8. Windows color (decimal): -9708585 or 14146411. OLE color: 14146411.
HSL color Cylindrical-coordinate representation of color #6BDBD7: hue angle of 177.86º 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 #6BDBD7 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 215 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.14 |
| HSL | 177.86º | 0.61% | 0.64% | - |
| HSV(B) | 177.86º | 0.51% | 0.86% | - |
| XYZ | 43.66 | 58.7 | 73.32 | - |
| YUV | 185.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 215 | 0.51 | 0 | 0.02 | 0.14 | 177.86 | 0.61 | 0.64 |
| Hex | 6B | DB | D7 | 33 | 0 | 2 | E | B2 | 3D | 40 |
| Octal | 153 | 333 | 327 | 63 | 0 | 2 | 16 | 262 | 75 | 100 |
| Binary | 1101011 | 11011011 | 11010111 | 110011 | 0 | 10 | 1110 | 10110010 | 111101 | 1000000 |
Color Harmonies of #6BDBD7
Complementary color
Monochromatic Colors of #6BDBD7
Black with #6BDBD7
Text Example
Text Example
White with #6BDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBD7; }
p { color: rgb(107,219,215); }
H1.HeaderClassName
{
color: #6BDBD7;
}
.AnyTagClassName
{
color: #6BDBD7;
}
</style>
background-color css
<style>
a { background-color: #6BDBD7; }
a { background-color: rgb(107,219,215); }
div.DivClassName
{
background-color: #6BDBD7;
}
.BgClassName
{
background-color: #6BDBD7;
}
</style>
border-color css
<style>
span { border-color: #6BDBD7; }
span { border-color: rgb(107,219,215); }
td.TdClassName
{
border-color: #6BDBD7;
}
.TagClassName
{
border-color: #6BDBD7;
}
</style>