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