Shades of Turquoise Blue #6FECF0
Tints of Turquoise Blue #6FECF0
RGB
CMYK
RGB Variations
Color information
#6FECF0 (or 0x6FECF0) is known color: Turquoise Blue. HEX triplet: 6F, EC and F0. RGB value is (111,236,240). Sum of RGB (Red+Green+Blue) = 111+236+240=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECF0 is #90130F. Grayscale: #C6C6C6. Windows color (decimal): -9442064 or 15789167. OLE color: 15789167.
HSL color Cylindrical-coordinate representation of color #6FECF0: hue angle of 181.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FECF0 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 236 | 240 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.06 |
| HSL | 181.86º | 0.81% | 0.69% | - |
| HSV(B) | 181.86º | 0.54% | 0.94% | - |
| XYZ | 52.28 | 69.66 | 93.13 | - |
| YUV | 199.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 240 | 0.54 | 0.02 | 0 | 0.06 | 181.86 | 0.81 | 0.69 |
| Hex | 6F | EC | F0 | 36 | 2 | 0 | 6 | B6 | 51 | 45 |
| Octal | 157 | 354 | 360 | 66 | 2 | 0 | 6 | 266 | 121 | 105 |
| Binary | 1101111 | 11101100 | 11110000 | 110110 | 10 | 0 | 110 | 10110110 | 1010001 | 1000101 |
Color Harmonies of #6FECF0
Complementary color
Monochromatic Colors of #6FECF0
Black with #6FECF0
Text Example
Text Example
White with #6FECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECF0; }
p { color: rgb(111,236,240); }
H1.HeaderClassName
{
color: #6FECF0;
}
.AnyTagClassName
{
color: #6FECF0;
}
</style>
background-color css
<style>
a { background-color: #6FECF0; }
a { background-color: rgb(111,236,240); }
div.DivClassName
{
background-color: #6FECF0;
}
.BgClassName
{
background-color: #6FECF0;
}
</style>
border-color css
<style>
span { border-color: #6FECF0; }
span { border-color: rgb(111,236,240); }
td.TdClassName
{
border-color: #6FECF0;
}
.TagClassName
{
border-color: #6FECF0;
}
</style>