Shades of Turquoise Blue #6BDBD4
Tints of Turquoise Blue #6BDBD4
RGB
CMYK
RGB Variations
Color information
#6BDBD4 (or 0x6BDBD4) is known color: Turquoise Blue. HEX triplet: 6B, DB and D4. RGB value is (107,219,212). Sum of RGB (Red+Green+Blue) = 107+219+212=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDBD4 is #94242B. Grayscale: #B8B8B8. Windows color (decimal): -9708588 or 13949803. OLE color: 13949803.
HSL color Cylindrical-coordinate representation of color #6BDBD4: hue angle of 176.25º 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 #6BDBD4 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 212 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.14 |
| HSL | 176.25º | 0.61% | 0.64% | - |
| HSV(B) | 176.25º | 0.51% | 0.86% | - |
| XYZ | 43.28 | 58.54 | 71.31 | - |
| YUV | 184.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 212 | 0.51 | 0 | 0.03 | 0.14 | 176.25 | 0.61 | 0.64 |
| Hex | 6B | DB | D4 | 33 | 0 | 3 | E | B0 | 3D | 40 |
| Octal | 153 | 333 | 324 | 63 | 0 | 3 | 16 | 260 | 75 | 100 |
| Binary | 1101011 | 11011011 | 11010100 | 110011 | 0 | 11 | 1110 | 10110000 | 111101 | 1000000 |
Color Harmonies of #6BDBD4
Complementary color
Monochromatic Colors of #6BDBD4
Black with #6BDBD4
Text Example
Text Example
White with #6BDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBD4; }
p { color: rgb(107,219,212); }
H1.HeaderClassName
{
color: #6BDBD4;
}
.AnyTagClassName
{
color: #6BDBD4;
}
</style>
background-color css
<style>
a { background-color: #6BDBD4; }
a { background-color: rgb(107,219,212); }
div.DivClassName
{
background-color: #6BDBD4;
}
.BgClassName
{
background-color: #6BDBD4;
}
</style>
border-color css
<style>
span { border-color: #6BDBD4; }
span { border-color: rgb(107,219,212); }
td.TdClassName
{
border-color: #6BDBD4;
}
.TagClassName
{
border-color: #6BDBD4;
}
</style>