Shades of Pale Turquoise #94F9EC
Tints of Pale Turquoise #94F9EC
RGB
CMYK
RGB Variations
Color information
#94F9EC (or 0x94F9EC) is known color: Pale Turquoise. HEX triplet: 94, F9 and EC. RGB value is (148,249,236). Sum of RGB (Red+Green+Blue) = 148+249+236=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F9EC is #6B0613. Grayscale: #D9D9D9. Windows color (decimal): -7013908 or 15530388. OLE color: 15530388.
HSL color Cylindrical-coordinate representation of color #94F9EC: hue angle of 172.28º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9EC is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 236 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.02 |
| HSL | 172.28º | 0.89% | 0.78% | - |
| HSV(B) | 172.28º | 0.41% | 0.98% | - |
| XYZ | 61.23 | 80.1 | 91.59 | - |
| YUV | 217.32 | 138.54 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 236 | 0.41 | 0 | 0.05 | 0.02 | 172.28 | 0.89 | 0.78 |
| Hex | 94 | F9 | EC | 29 | 0 | 5 | 2 | AC | 59 | 4E |
| Octal | 224 | 371 | 354 | 51 | 0 | 5 | 2 | 254 | 131 | 116 |
| Binary | 10010100 | 11111001 | 11101100 | 101001 | 0 | 101 | 10 | 10101100 | 1011001 | 1001110 |
Color Harmonies of #94F9EC
Complementary color
Monochromatic Colors of #94F9EC
Black with #94F9EC
Text Example
Text Example
White with #94F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9EC; }
p { color: rgb(148,249,236); }
H1.HeaderClassName
{
color: #94F9EC;
}
.AnyTagClassName
{
color: #94F9EC;
}
</style>
background-color css
<style>
a { background-color: #94F9EC; }
a { background-color: rgb(148,249,236); }
div.DivClassName
{
background-color: #94F9EC;
}
.BgClassName
{
background-color: #94F9EC;
}
</style>
border-color css
<style>
span { border-color: #94F9EC; }
span { border-color: rgb(148,249,236); }
td.TdClassName
{
border-color: #94F9EC;
}
.TagClassName
{
border-color: #94F9EC;
}
</style>