Shades of Pale Turquoise #94F6EF
Tints of Pale Turquoise #94F6EF
RGB
CMYK
RGB Variations
Color information
#94F6EF (or 0x94F6EF) is known color: Pale Turquoise. HEX triplet: 94, F6 and EF. RGB value is (148,246,239). Sum of RGB (Red+Green+Blue) = 148+246+239=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F6EF is #6B0910. Grayscale: #D7D7D7. Windows color (decimal): -7014673 or 15726228. OLE color: 15726228.
HSL color Cylindrical-coordinate representation of color #94F6EF: hue angle of 175.71º 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 #94F6EF is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 239 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.04 |
| HSL | 175.71º | 0.84% | 0.77% | - |
| HSV(B) | 175.71º | 0.4% | 0.96% | - |
| XYZ | 60.75 | 78.44 | 93.6 | - |
| YUV | 215.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 239 | 0.40 | 0 | 0.03 | 0.04 | 175.71 | 0.84 | 0.77 |
| Hex | 94 | F6 | EF | 28 | 0 | 3 | 4 | B0 | 54 | 4D |
| Octal | 224 | 366 | 357 | 50 | 0 | 3 | 4 | 260 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11101111 | 101000 | 0 | 11 | 100 | 10110000 | 1010100 | 1001101 |
Color Harmonies of #94F6EF
Complementary color
Monochromatic Colors of #94F6EF
Black with #94F6EF
Text Example
Text Example
White with #94F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6EF; }
p { color: rgb(148,246,239); }
H1.HeaderClassName
{
color: #94F6EF;
}
.AnyTagClassName
{
color: #94F6EF;
}
</style>
background-color css
<style>
a { background-color: #94F6EF; }
a { background-color: rgb(148,246,239); }
div.DivClassName
{
background-color: #94F6EF;
}
.BgClassName
{
background-color: #94F6EF;
}
</style>
border-color css
<style>
span { border-color: #94F6EF; }
span { border-color: rgb(148,246,239); }
td.TdClassName
{
border-color: #94F6EF;
}
.TagClassName
{
border-color: #94F6EF;
}
</style>