Shades of Turquoise Blue #6FECDB
Tints of Turquoise Blue #6FECDB
RGB
CMYK
RGB Variations
Color information
#6FECDB (or 0x6FECDB) is known color: Turquoise Blue. HEX triplet: 6F, EC and DB. RGB value is (111,236,219). Sum of RGB (Red+Green+Blue) = 111+236+219=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECDB is #901324. Grayscale: #C4C4C4. Windows color (decimal): -9442085 or 14412911. OLE color: 14412911.
HSL color Cylindrical-coordinate representation of color #6FECDB: hue angle of 171.84º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECDB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 219 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.07 |
| HSL | 171.84º | 0.77% | 0.68% | - |
| HSV(B) | 171.84º | 0.53% | 0.93% | - |
| XYZ | 49.34 | 68.48 | 77.64 | - |
| YUV | 196.69 | 140.59 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 219 | 0.53 | 0 | 0.07 | 0.07 | 171.84 | 0.77 | 0.68 |
| Hex | 6F | EC | DB | 35 | 0 | 7 | 7 | AC | 4D | 44 |
| Octal | 157 | 354 | 333 | 65 | 0 | 7 | 7 | 254 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11011011 | 110101 | 0 | 111 | 111 | 10101100 | 1001101 | 1000100 |
Color Harmonies of #6FECDB
Complementary color
Monochromatic Colors of #6FECDB
Black with #6FECDB
Text Example
Text Example
White with #6FECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECDB; }
p { color: rgb(111,236,219); }
H1.HeaderClassName
{
color: #6FECDB;
}
.AnyTagClassName
{
color: #6FECDB;
}
</style>
background-color css
<style>
a { background-color: #6FECDB; }
a { background-color: rgb(111,236,219); }
div.DivClassName
{
background-color: #6FECDB;
}
.BgClassName
{
background-color: #6FECDB;
}
</style>
border-color css
<style>
span { border-color: #6FECDB; }
span { border-color: rgb(111,236,219); }
td.TdClassName
{
border-color: #6FECDB;
}
.TagClassName
{
border-color: #6FECDB;
}
</style>