Shades of Turquoise Blue #6FECE4
Tints of Turquoise Blue #6FECE4
RGB
CMYK
RGB Variations
Color information
#6FECE4 (or 0x6FECE4) is known color: Turquoise Blue. HEX triplet: 6F, EC and E4. RGB value is (111,236,228). Sum of RGB (Red+Green+Blue) = 111+236+228=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECE4 is #90131B. Grayscale: #C5C5C5. Windows color (decimal): -9442076 or 15002735. OLE color: 15002735.
HSL color Cylindrical-coordinate representation of color #6FECE4: hue angle of 176.16º 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 #6FECE4 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 228 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.07 |
| HSL | 176.16º | 0.77% | 0.68% | - |
| HSV(B) | 176.16º | 0.53% | 0.93% | - |
| XYZ | 50.55 | 68.97 | 84.05 | - |
| YUV | 197.71 | 145.09 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 228 | 0.53 | 0 | 0.03 | 0.07 | 176.16 | 0.77 | 0.68 |
| Hex | 6F | EC | E4 | 35 | 0 | 3 | 7 | B0 | 4D | 44 |
| Octal | 157 | 354 | 344 | 65 | 0 | 3 | 7 | 260 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11100100 | 110101 | 0 | 11 | 111 | 10110000 | 1001101 | 1000100 |
Color Harmonies of #6FECE4
Complementary color
Monochromatic Colors of #6FECE4
Black with #6FECE4
Text Example
Text Example
White with #6FECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECE4; }
p { color: rgb(111,236,228); }
H1.HeaderClassName
{
color: #6FECE4;
}
.AnyTagClassName
{
color: #6FECE4;
}
</style>
background-color css
<style>
a { background-color: #6FECE4; }
a { background-color: rgb(111,236,228); }
div.DivClassName
{
background-color: #6FECE4;
}
.BgClassName
{
background-color: #6FECE4;
}
</style>
border-color css
<style>
span { border-color: #6FECE4; }
span { border-color: rgb(111,236,228); }
td.TdClassName
{
border-color: #6FECE4;
}
.TagClassName
{
border-color: #6FECE4;
}
</style>