Shades of Turquoise Blue #6FEEE4
Tints of Turquoise Blue #6FEEE4
RGB
CMYK
RGB Variations
Color information
#6FEEE4 (or 0x6FEEE4) is known color: Turquoise Blue. HEX triplet: 6F, EE and E4. RGB value is (111,238,228). Sum of RGB (Red+Green+Blue) = 111+238+228=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEE4 is #90111B. Grayscale: #C6C6C6. Windows color (decimal): -9441564 or 15003247. OLE color: 15003247.
HSL color Cylindrical-coordinate representation of color #6FEEE4: hue angle of 175.28º 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 #6FEEE4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 238 | 228 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.07 |
| HSL | 175.28º | 0.79% | 0.68% | - |
| HSV(B) | 175.28º | 0.53% | 0.93% | - |
| XYZ | 51.13 | 70.13 | 84.24 | - |
| YUV | 198.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 238 | 228 | 0.53 | 0 | 0.04 | 0.07 | 175.28 | 0.79 | 0.68 |
| Hex | 6F | EE | E4 | 35 | 0 | 4 | 7 | AF | 4F | 44 |
| Octal | 157 | 356 | 344 | 65 | 0 | 4 | 7 | 257 | 117 | 104 |
| Binary | 1101111 | 11101110 | 11100100 | 110101 | 0 | 100 | 111 | 10101111 | 1001111 | 1000100 |
Color Harmonies of #6FEEE4
Complementary color
Monochromatic Colors of #6FEEE4
Black with #6FEEE4
Text Example
Text Example
White with #6FEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEEE4; }
p { color: rgb(111,238,228); }
H1.HeaderClassName
{
color: #6FEEE4;
}
.AnyTagClassName
{
color: #6FEEE4;
}
</style>
background-color css
<style>
a { background-color: #6FEEE4; }
a { background-color: rgb(111,238,228); }
div.DivClassName
{
background-color: #6FEEE4;
}
.BgClassName
{
background-color: #6FEEE4;
}
</style>
border-color css
<style>
span { border-color: #6FEEE4; }
span { border-color: rgb(111,238,228); }
td.TdClassName
{
border-color: #6FEEE4;
}
.TagClassName
{
border-color: #6FEEE4;
}
</style>