Shades of Turquoise Blue #6FECEC
Tints of Turquoise Blue #6FECEC
RGB
CMYK
RGB Variations
Color information
#6FECEC (or 0x6FECEC) is known color: Turquoise Blue. HEX triplet: 6F, EC and EC. RGB value is (111,236,236). Sum of RGB (Red+Green+Blue) = 111+236+236=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #6FECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECEC is #901313. Grayscale: #C6C6C6. Windows color (decimal): -9442068 or 15527023. OLE color: 15527023.
HSL color Cylindrical-coordinate representation of color #6FECEC: hue angle of 180º 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 #6FECEC is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 111 | 236 | 236 | - |
CMYK | 0.53 | 0 | 0 | 0.07 |
HSL | 180º | 0.77% | 0.68% | - |
HSV(B) | 180º | 0.53% | 0.93% | - |
XYZ | 51.69 | 69.43 | 90.03 | - |
YUV | 198.63 | 149.09 | 65.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 236 | 236 | 0.53 | 0 | 0 | 0.07 | 180 | 0.77 | 0.68 |
Hex | 6F | EC | EC | 35 | 0 | 0 | 7 | B4 | 4D | 44 |
Octal | 157 | 354 | 354 | 65 | 0 | 0 | 7 | 264 | 115 | 104 |
Binary | 1101111 | 11101100 | 11101100 | 110101 | 0 | 0 | 111 | 10110100 | 1001101 | 1000100 |
Color Harmonies of #6FECEC
Complementary color
Monochromatic Colors of #6FECEC
Black with #6FECEC
Text Example
Text Example
White with #6FECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECEC; }
p { color: rgb(111,236,236); }
H1.HeaderClassName
{
color: #6FECEC;
}
.AnyTagClassName
{
color: #6FECEC;
}
</style>
background-color css
<style>
a { background-color: #6FECEC; }
a { background-color: rgb(111,236,236); }
div.DivClassName
{
background-color: #6FECEC;
}
.BgClassName
{
background-color: #6FECEC;
}
</style>
border-color css
<style>
span { border-color: #6FECEC; }
span { border-color: rgb(111,236,236); }
td.TdClassName
{
border-color: #6FECEC;
}
.TagClassName
{
border-color: #6FECEC;
}
</style>