Shades of Pale Turquoise #94F1E7
Tints of Pale Turquoise #94F1E7
RGB
CMYK
RGB Variations
Color information
#94F1E7 (or 0x94F1E7) is known color: Pale Turquoise. HEX triplet: 94, F1 and E7. RGB value is (148,241,231). Sum of RGB (Red+Green+Blue) = 148+241+231=620 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.87% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F1E7 is #6B0E18. Grayscale: #D4D4D4. Windows color (decimal): -7015961 or 15200660. OLE color: 15200660.
HSL color Cylindrical-coordinate representation of color #94F1E7: hue angle of 173.55º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F1E7 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 231 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.05 |
| HSL | 173.55º | 0.77% | 0.76% | - |
| HSV(B) | 173.55º | 0.39% | 0.95% | - |
| XYZ | 58.09 | 74.98 | 87.01 | - |
| YUV | 212.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 231 | 0.39 | 0 | 0.04 | 0.05 | 173.55 | 0.77 | 0.76 |
| Hex | 94 | F1 | E7 | 27 | 0 | 4 | 5 | AE | 4D | 4C |
| Octal | 224 | 361 | 347 | 47 | 0 | 4 | 5 | 256 | 115 | 114 |
| Binary | 10010100 | 11110001 | 11100111 | 100111 | 0 | 100 | 101 | 10101110 | 1001101 | 1001100 |
Color Harmonies of #94F1E7
Complementary color
Monochromatic Colors of #94F1E7
Black with #94F1E7
Text Example
Text Example
White with #94F1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F1E7; }
p { color: rgb(148,241,231); }
H1.HeaderClassName
{
color: #94F1E7;
}
.AnyTagClassName
{
color: #94F1E7;
}
</style>
background-color css
<style>
a { background-color: #94F1E7; }
a { background-color: rgb(148,241,231); }
div.DivClassName
{
background-color: #94F1E7;
}
.BgClassName
{
background-color: #94F1E7;
}
</style>
border-color css
<style>
span { border-color: #94F1E7; }
span { border-color: rgb(148,241,231); }
td.TdClassName
{
border-color: #94F1E7;
}
.TagClassName
{
border-color: #94F1E7;
}
</style>