Shades of Pale Turquoise #94F6EE
Tints of Pale Turquoise #94F6EE
RGB
CMYK
RGB Variations
Color information
#94F6EE (or 0x94F6EE) is known color: Pale Turquoise. HEX triplet: 94, F6 and EE. RGB value is (148,246,238). Sum of RGB (Red+Green+Blue) = 148+246+238=632 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.42% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F6EE is #6B0911. Grayscale: #D7D7D7. Windows color (decimal): -7014674 or 15660692. OLE color: 15660692.
HSL color Cylindrical-coordinate representation of color #94F6EE: hue angle of 175.1º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6EE is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 238 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.04 |
| HSL | 175.1º | 0.84% | 0.77% | - |
| HSV(B) | 175.1º | 0.4% | 0.96% | - |
| XYZ | 60.6 | 78.38 | 92.82 | - |
| YUV | 215.79 | 140.53 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 238 | 0.40 | 0 | 0.03 | 0.04 | 175.1 | 0.84 | 0.77 |
| Hex | 94 | F6 | EE | 28 | 0 | 3 | 4 | AF | 54 | 4D |
| Octal | 224 | 366 | 356 | 50 | 0 | 3 | 4 | 257 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11101110 | 101000 | 0 | 11 | 100 | 10101111 | 1010100 | 1001101 |
Color Harmonies of #94F6EE
Complementary color
Monochromatic Colors of #94F6EE
Black with #94F6EE
Text Example
Text Example
White with #94F6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6EE; }
p { color: rgb(148,246,238); }
H1.HeaderClassName
{
color: #94F6EE;
}
.AnyTagClassName
{
color: #94F6EE;
}
</style>
background-color css
<style>
a { background-color: #94F6EE; }
a { background-color: rgb(148,246,238); }
div.DivClassName
{
background-color: #94F6EE;
}
.BgClassName
{
background-color: #94F6EE;
}
</style>
border-color css
<style>
span { border-color: #94F6EE; }
span { border-color: rgb(148,246,238); }
td.TdClassName
{
border-color: #94F6EE;
}
.TagClassName
{
border-color: #94F6EE;
}
</style>