Shades of Turquoise Blue #6BD3DB
Tints of Turquoise Blue #6BD3DB
RGB
CMYK
RGB Variations
Color information
#6BD3DB (or 0x6BD3DB) is known color: Turquoise Blue. HEX triplet: 6B, D3 and DB. RGB value is (107,211,219). Sum of RGB (Red+Green+Blue) = 107+211+219=537 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.93% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BD3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD3DB is #942C24. Grayscale: #B4B4B4. Windows color (decimal): -9710629 or 14406507. OLE color: 14406507.
HSL color Cylindrical-coordinate representation of color #6BD3DB: hue angle of 184.29º 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 #6BD3DB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 211 | 219 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.14 |
| HSL | 184.29º | 0.61% | 0.64% | - |
| HSV(B) | 184.29º | 0.51% | 0.86% | - |
| XYZ | 42.14 | 54.83 | 75.38 | - |
| YUV | 180.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 211 | 219 | 0.51 | 0.04 | 0 | 0.14 | 184.29 | 0.61 | 0.64 |
| Hex | 6B | D3 | DB | 33 | 4 | 0 | E | B8 | 3D | 40 |
| Octal | 153 | 323 | 333 | 63 | 4 | 0 | 16 | 270 | 75 | 100 |
| Binary | 1101011 | 11010011 | 11011011 | 110011 | 100 | 0 | 1110 | 10111000 | 111101 | 1000000 |
Color Harmonies of #6BD3DB
Complementary color
Monochromatic Colors of #6BD3DB
Black with #6BD3DB
Text Example
Text Example
White with #6BD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD3DB; }
p { color: rgb(107,211,219); }
H1.HeaderClassName
{
color: #6BD3DB;
}
.AnyTagClassName
{
color: #6BD3DB;
}
</style>
background-color css
<style>
a { background-color: #6BD3DB; }
a { background-color: rgb(107,211,219); }
div.DivClassName
{
background-color: #6BD3DB;
}
.BgClassName
{
background-color: #6BD3DB;
}
</style>
border-color css
<style>
span { border-color: #6BD3DB; }
span { border-color: rgb(107,211,219); }
td.TdClassName
{
border-color: #6BD3DB;
}
.TagClassName
{
border-color: #6BD3DB;
}
</style>