Shades of Turquoise Blue #6FCFEC
Tints of Turquoise Blue #6FCFEC
RGB
CMYK
RGB Variations
Color information
#6FCFEC (or 0x6FCFEC) is known color: Turquoise Blue. HEX triplet: 6F, CF and EC. RGB value is (111,207,236). Sum of RGB (Red+Green+Blue) = 111+207+236=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FCFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFEC is #903013. Grayscale: #B5B5B5. Windows color (decimal): -9449492 or 15519599. OLE color: 15519599.
HSL color Cylindrical-coordinate representation of color #6FCFEC: hue angle of 193.92º 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 #6FCFEC is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 111 | 207 | 236 | - |
CMYK | 0.53 | 0.12 | 0 | 0.07 |
HSL | 193.92º | 0.77% | 0.68% | - |
HSV(B) | 193.92º | 0.53% | 0.93% | - |
XYZ | 44.01 | 54.06 | 87.47 | - |
YUV | 181.6 | 158.7 | 77.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 207 | 236 | 0.53 | 0.12 | 0 | 0.07 | 193.92 | 0.77 | 0.68 |
Hex | 6F | CF | EC | 35 | C | 0 | 7 | C2 | 4D | 44 |
Octal | 157 | 317 | 354 | 65 | 14 | 0 | 7 | 302 | 115 | 104 |
Binary | 1101111 | 11001111 | 11101100 | 110101 | 1100 | 0 | 111 | 11000010 | 1001101 | 1000100 |
Color Harmonies of #6FCFEC
Complementary color
Monochromatic Colors of #6FCFEC
Black with #6FCFEC
Text Example
Text Example
White with #6FCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFEC; }
p { color: rgb(111,207,236); }
H1.HeaderClassName
{
color: #6FCFEC;
}
.AnyTagClassName
{
color: #6FCFEC;
}
</style>
background-color css
<style>
a { background-color: #6FCFEC; }
a { background-color: rgb(111,207,236); }
div.DivClassName
{
background-color: #6FCFEC;
}
.BgClassName
{
background-color: #6FCFEC;
}
</style>
border-color css
<style>
span { border-color: #6FCFEC; }
span { border-color: rgb(111,207,236); }
td.TdClassName
{
border-color: #6FCFEC;
}
.TagClassName
{
border-color: #6FCFEC;
}
</style>