Shades of Turquoise Blue #6FECDC
Tints of Turquoise Blue #6FECDC
RGB
CMYK
RGB Variations
Color information
#6FECDC (or 0x6FECDC) is known color: Turquoise Blue. HEX triplet: 6F, EC and DC. RGB value is (111,236,220). Sum of RGB (Red+Green+Blue) = 111+236+220=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECDC is #901323. Grayscale: #C4C4C4. Windows color (decimal): -9442084 or 14478447. OLE color: 14478447.
HSL color Cylindrical-coordinate representation of color #6FECDC: hue angle of 172.32º 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 #6FECDC is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 220 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.07 |
| HSL | 172.32º | 0.77% | 0.68% | - |
| HSV(B) | 172.32º | 0.53% | 0.93% | - |
| XYZ | 49.47 | 68.54 | 78.33 | - |
| YUV | 196.8 | 141.09 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 220 | 0.53 | 0 | 0.07 | 0.07 | 172.32 | 0.77 | 0.68 |
| Hex | 6F | EC | DC | 35 | 0 | 7 | 7 | AC | 4D | 44 |
| Octal | 157 | 354 | 334 | 65 | 0 | 7 | 7 | 254 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11011100 | 110101 | 0 | 111 | 111 | 10101100 | 1001101 | 1000100 |
Color Harmonies of #6FECDC
Complementary color
Monochromatic Colors of #6FECDC
Black with #6FECDC
Text Example
Text Example
White with #6FECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECDC; }
p { color: rgb(111,236,220); }
H1.HeaderClassName
{
color: #6FECDC;
}
.AnyTagClassName
{
color: #6FECDC;
}
</style>
background-color css
<style>
a { background-color: #6FECDC; }
a { background-color: rgb(111,236,220); }
div.DivClassName
{
background-color: #6FECDC;
}
.BgClassName
{
background-color: #6FECDC;
}
</style>
border-color css
<style>
span { border-color: #6FECDC; }
span { border-color: rgb(111,236,220); }
td.TdClassName
{
border-color: #6FECDC;
}
.TagClassName
{
border-color: #6FECDC;
}
</style>