Shades of Turquoise Blue #6FEEEC
Tints of Turquoise Blue #6FEEEC
RGB
CMYK
RGB Variations
Color information
#6FEEEC (or 0x6FEEEC) is known color: Turquoise Blue. HEX triplet: 6F, EE and EC. RGB value is (111,238,236). Sum of RGB (Red+Green+Blue) = 111+238+236=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEEC is #901113. Grayscale: #C7C7C7. Windows color (decimal): -9441556 or 15527535. OLE color: 15527535.
HSL color Cylindrical-coordinate representation of color #6FEEEC: hue angle of 179.06º degrees, saturation: 0.79, 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 #6FEEEC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 236 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.07 |
| HSL | 179.06º | 0.79% | 0.68% | - |
| HSV(B) | 179.06º | 0.53% | 0.93% | - |
| XYZ | 52.27 | 70.58 | 90.23 | - |
| YUV | 199.8 | 148.42 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 236 | 0.53 | 0 | 0.01 | 0.07 | 179.06 | 0.79 | 0.68 |
| Hex | 6F | EE | EC | 35 | 0 | 1 | 7 | B3 | 4F | 44 |
| Octal | 157 | 356 | 354 | 65 | 0 | 1 | 7 | 263 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11101100 | 110101 | 0 | 1 | 111 | 10110011 | 1001111 | 1000100 |
Color Harmonies of #6FEEEC
Complementary color
Monochromatic Colors of #6FEEEC
Black with #6FEEEC
Text Example
Text Example
White with #6FEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEEC; }
p { color: rgb(111,238,236); }
H1.HeaderClassName
{
color: #6FEEEC;
}
.AnyTagClassName
{
color: #6FEEEC;
}
</style>
background-color css
<style>
a { background-color: #6FEEEC; }
a { background-color: rgb(111,238,236); }
div.DivClassName
{
background-color: #6FEEEC;
}
.BgClassName
{
background-color: #6FEEEC;
}
</style>
border-color css
<style>
span { border-color: #6FEEEC; }
span { border-color: rgb(111,238,236); }
td.TdClassName
{
border-color: #6FEEEC;
}
.TagClassName
{
border-color: #6FEEEC;
}
</style>