Shades of Turquoise Blue #6BECDB
Tints of Turquoise Blue #6BECDB
RGB
CMYK
RGB Variations
Color information
#6BECDB (or 0x6BECDB) is known color: Turquoise Blue. HEX triplet: 6B, EC and DB. RGB value is (107,236,219). Sum of RGB (Red+Green+Blue) = 107+236+219=562 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.04% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECDB is #941324. Grayscale: #C3C3C3. Windows color (decimal): -9704229 or 14412907. OLE color: 14412907.
HSL color Cylindrical-coordinate representation of color #6BECDB: hue angle of 172.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECDB is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 219 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.07 |
| HSL | 172.09º | 0.77% | 0.67% | - |
| HSV(B) | 172.09º | 0.55% | 0.93% | - |
| XYZ | 48.85 | 68.23 | 77.61 | - |
| YUV | 195.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 219 | 0.55 | 0 | 0.07 | 0.07 | 172.09 | 0.77 | 0.67 |
| Hex | 6B | EC | DB | 37 | 0 | 7 | 7 | AC | 4D | 43 |
| Octal | 153 | 354 | 333 | 67 | 0 | 7 | 7 | 254 | 115 | 103 |
| Binary | 1101011 | 11101100 | 11011011 | 110111 | 0 | 111 | 111 | 10101100 | 1001101 | 1000011 |
Color Harmonies of #6BECDB
Complementary color
Monochromatic Colors of #6BECDB
Black with #6BECDB
Text Example
Text Example
White with #6BECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECDB; }
p { color: rgb(107,236,219); }
H1.HeaderClassName
{
color: #6BECDB;
}
.AnyTagClassName
{
color: #6BECDB;
}
</style>
background-color css
<style>
a { background-color: #6BECDB; }
a { background-color: rgb(107,236,219); }
div.DivClassName
{
background-color: #6BECDB;
}
.BgClassName
{
background-color: #6BECDB;
}
</style>
border-color css
<style>
span { border-color: #6BECDB; }
span { border-color: rgb(107,236,219); }
td.TdClassName
{
border-color: #6BECDB;
}
.TagClassName
{
border-color: #6BECDB;
}
</style>