Shades of Turquoise Blue #6FCEEC
Tints of Turquoise Blue #6FCEEC
RGB
CMYK
RGB Variations
Color information
#6FCEEC (or 0x6FCEEC) is known color: Turquoise Blue. HEX triplet: 6F, CE and EC. RGB value is (111,206,236). Sum of RGB (Red+Green+Blue) = 111+206+236=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCEEC is #903113. Grayscale: #B4B4B4. Windows color (decimal): -9449748 or 15519343. OLE color: 15519343.
HSL color Cylindrical-coordinate representation of color #6FCEEC: hue angle of 194.4º 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 #6FCEEC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 206 | 236 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.07 |
| HSL | 194.4º | 0.77% | 0.68% | - |
| HSV(B) | 194.4º | 0.53% | 0.93% | - |
| XYZ | 43.77 | 53.58 | 87.39 | - |
| YUV | 181.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 206 | 236 | 0.53 | 0.13 | 0 | 0.07 | 194.4 | 0.77 | 0.68 |
| Hex | 6F | CE | EC | 35 | D | 0 | 7 | C2 | 4D | 44 |
| Octal | 157 | 316 | 354 | 65 | 15 | 0 | 7 | 302 | 115 | 104 |
| Binary | 1101111 | 11001110 | 11101100 | 110101 | 1101 | 0 | 111 | 11000010 | 1001101 | 1000100 |
Color Harmonies of #6FCEEC
Complementary color
Monochromatic Colors of #6FCEEC
Black with #6FCEEC
Text Example
Text Example
White with #6FCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCEEC; }
p { color: rgb(111,206,236); }
H1.HeaderClassName
{
color: #6FCEEC;
}
.AnyTagClassName
{
color: #6FCEEC;
}
</style>
background-color css
<style>
a { background-color: #6FCEEC; }
a { background-color: rgb(111,206,236); }
div.DivClassName
{
background-color: #6FCEEC;
}
.BgClassName
{
background-color: #6FCEEC;
}
</style>
border-color css
<style>
span { border-color: #6FCEEC; }
span { border-color: rgb(111,206,236); }
td.TdClassName
{
border-color: #6FCEEC;
}
.TagClassName
{
border-color: #6FCEEC;
}
</style>