Shades of Turquoise Blue #6BEBDB
Tints of Turquoise Blue #6BEBDB
RGB
CMYK
RGB Variations
Color information
#6BEBDB (or 0x6BEBDB) is known color: Turquoise Blue. HEX triplet: 6B, EB and DB. RGB value is (107,235,219). Sum of RGB (Red+Green+Blue) = 107+235+219=561 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.07% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEBDB is #941424. Grayscale: #C2C2C2. Windows color (decimal): -9704485 or 14412651. OLE color: 14412651.
HSL color Cylindrical-coordinate representation of color #6BEBDB: hue angle of 172.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEBDB is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 219 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.08 |
| HSL | 172.5º | 0.76% | 0.67% | - |
| HSV(B) | 172.5º | 0.54% | 0.92% | - |
| XYZ | 48.56 | 67.66 | 77.52 | - |
| YUV | 194.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 219 | 0.54 | 0 | 0.07 | 0.08 | 172.5 | 0.76 | 0.67 |
| Hex | 6B | EB | DB | 36 | 0 | 7 | 8 | AC | 4C | 43 |
| Octal | 153 | 353 | 333 | 66 | 0 | 7 | 10 | 254 | 114 | 103 |
| Binary | 1101011 | 11101011 | 11011011 | 110110 | 0 | 111 | 1000 | 10101100 | 1001100 | 1000011 |
Color Harmonies of #6BEBDB
Complementary color
Monochromatic Colors of #6BEBDB
Black with #6BEBDB
Text Example
Text Example
White with #6BEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEBDB; }
p { color: rgb(107,235,219); }
H1.HeaderClassName
{
color: #6BEBDB;
}
.AnyTagClassName
{
color: #6BEBDB;
}
</style>
background-color css
<style>
a { background-color: #6BEBDB; }
a { background-color: rgb(107,235,219); }
div.DivClassName
{
background-color: #6BEBDB;
}
.BgClassName
{
background-color: #6BEBDB;
}
</style>
border-color css
<style>
span { border-color: #6BEBDB; }
span { border-color: rgb(107,235,219); }
td.TdClassName
{
border-color: #6BEBDB;
}
.TagClassName
{
border-color: #6BEBDB;
}
</style>