Shades of Turquoise Blue #6FECEF
Tints of Turquoise Blue #6FECEF
RGB
CMYK
RGB Variations
Color information
#6FECEF (or 0x6FECEF) is known color: Turquoise Blue. HEX triplet: 6F, EC and EF. RGB value is (111,236,239). Sum of RGB (Red+Green+Blue) = 111+236+239=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FECEF is #901310. Grayscale: #C6C6C6. Windows color (decimal): -9442065 or 15723631. OLE color: 15723631.
HSL color Cylindrical-coordinate representation of color #6FECEF: hue angle of 181.41º degrees, saturation: 0.8, 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 #6FECEF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 236 | 239 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.06 |
| HSL | 181.41º | 0.8% | 0.69% | - |
| HSV(B) | 181.41º | 0.54% | 0.94% | - |
| XYZ | 52.13 | 69.6 | 92.35 | - |
| YUV | 198.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 239 | 0.54 | 0.01 | 0 | 0.06 | 181.41 | 0.8 | 0.69 |
| Hex | 6F | EC | EF | 36 | 1 | 0 | 6 | B5 | 50 | 45 |
| Octal | 157 | 354 | 357 | 66 | 1 | 0 | 6 | 265 | 120 | 105 |
| Binary | 1101111 | 11101100 | 11101111 | 110110 | 1 | 0 | 110 | 10110101 | 1010000 | 1000101 |
Color Harmonies of #6FECEF
Complementary color
Monochromatic Colors of #6FECEF
Black with #6FECEF
Text Example
Text Example
White with #6FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECEF; }
p { color: rgb(111,236,239); }
H1.HeaderClassName
{
color: #6FECEF;
}
.AnyTagClassName
{
color: #6FECEF;
}
</style>
background-color css
<style>
a { background-color: #6FECEF; }
a { background-color: rgb(111,236,239); }
div.DivClassName
{
background-color: #6FECEF;
}
.BgClassName
{
background-color: #6FECEF;
}
</style>
border-color css
<style>
span { border-color: #6FECEF; }
span { border-color: rgb(111,236,239); }
td.TdClassName
{
border-color: #6FECEF;
}
.TagClassName
{
border-color: #6FECEF;
}
</style>