Shades of Pale Turquoise #94F6EA
Tints of Pale Turquoise #94F6EA
RGB
CMYK
RGB Variations
Color information
#94F6EA (or 0x94F6EA) is known color: Pale Turquoise. HEX triplet: 94, F6 and EA. RGB value is (148,246,234). Sum of RGB (Red+Green+Blue) = 148+246+234=628 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.57% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F6EA is #6B0915. Grayscale: #D7D7D7. Windows color (decimal): -7014678 or 15398548. OLE color: 15398548.
HSL color Cylindrical-coordinate representation of color #94F6EA: hue angle of 172.65º 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 #94F6EA is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 234 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.04 |
| HSL | 172.65º | 0.84% | 0.77% | - |
| HSV(B) | 172.65º | 0.4% | 0.96% | - |
| XYZ | 60.02 | 78.15 | 89.76 | - |
| YUV | 215.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 234 | 0.40 | 0 | 0.05 | 0.04 | 172.65 | 0.84 | 0.77 |
| Hex | 94 | F6 | EA | 28 | 0 | 5 | 4 | AD | 54 | 4D |
| Octal | 224 | 366 | 352 | 50 | 0 | 5 | 4 | 255 | 124 | 115 |
| Binary | 10010100 | 11110110 | 11101010 | 101000 | 0 | 101 | 100 | 10101101 | 1010100 | 1001101 |
Color Harmonies of #94F6EA
Complementary color
Monochromatic Colors of #94F6EA
Black with #94F6EA
Text Example
Text Example
White with #94F6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6EA; }
p { color: rgb(148,246,234); }
H1.HeaderClassName
{
color: #94F6EA;
}
.AnyTagClassName
{
color: #94F6EA;
}
</style>
background-color css
<style>
a { background-color: #94F6EA; }
a { background-color: rgb(148,246,234); }
div.DivClassName
{
background-color: #94F6EA;
}
.BgClassName
{
background-color: #94F6EA;
}
</style>
border-color css
<style>
span { border-color: #94F6EA; }
span { border-color: rgb(148,246,234); }
td.TdClassName
{
border-color: #94F6EA;
}
.TagClassName
{
border-color: #94F6EA;
}
</style>