Shades of Pale Turquoise #94FEED
Tints of Pale Turquoise #94FEED
RGB
CMYK
RGB Variations
Color information
#94FEED (or 0x94FEED) is known color: Pale Turquoise. HEX triplet: 94, FE and ED. RGB value is (148,254,237). Sum of RGB (Red+Green+Blue) = 148+254+237=639 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.16% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #94FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FEED is #6B0112. Grayscale: #DCDCDC. Windows color (decimal): -7012627 or 15597204. OLE color: 15597204.
HSL color Cylindrical-coordinate representation of color #94FEED: hue angle of 170.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FEED is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 237 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.00 |
| HSL | 170.38º | 0.98% | 0.79% | - |
| HSV(B) | 170.38º | 0.42% | 1% | - |
| XYZ | 62.94 | 83.29 | 92.88 | - |
| YUV | 220.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 237 | 0.42 | 0 | 0.07 | 0.00 | 170.38 | 0.98 | 0.79 |
| Hex | 94 | FE | ED | 2A | 0 | 7 | 0 | AA | 62 | 4F |
| Octal | 224 | 376 | 355 | 52 | 0 | 7 | 0 | 252 | 142 | 117 |
| Binary | 10010100 | 11111110 | 11101101 | 101010 | 0 | 111 | 0 | 10101010 | 1100010 | 1001111 |
Color Harmonies of #94FEED
Complementary color
Monochromatic Colors of #94FEED
Black with #94FEED
Text Example
Text Example
White with #94FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FEED; }
p { color: rgb(148,254,237); }
H1.HeaderClassName
{
color: #94FEED;
}
.AnyTagClassName
{
color: #94FEED;
}
</style>
background-color css
<style>
a { background-color: #94FEED; }
a { background-color: rgb(148,254,237); }
div.DivClassName
{
background-color: #94FEED;
}
.BgClassName
{
background-color: #94FEED;
}
</style>
border-color css
<style>
span { border-color: #94FEED; }
span { border-color: rgb(148,254,237); }
td.TdClassName
{
border-color: #94FEED;
}
.TagClassName
{
border-color: #94FEED;
}
</style>