Shades of Pale Turquoise #94F1E3
Tints of Pale Turquoise #94F1E3
RGB
CMYK
RGB Variations
Color information
#94F1E3 (or 0x94F1E3) is known color: Pale Turquoise. HEX triplet: 94, F1 and E3. RGB value is (148,241,227). Sum of RGB (Red+Green+Blue) = 148+241+227=616 (81% of max value = 765). Red value is 148 (58.20% from 255 or 24.03% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1E3 is #6B0E1C. Grayscale: #D3D3D3. Windows color (decimal): -7015965 or 14938516. OLE color: 14938516.
HSL color Cylindrical-coordinate representation of color #94F1E3: hue angle of 170.97º 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 #94F1E3 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 227 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.05 |
| HSL | 170.97º | 0.77% | 0.76% | - |
| HSV(B) | 170.97º | 0.39% | 0.95% | - |
| XYZ | 57.53 | 74.75 | 84.07 | - |
| YUV | 211.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 227 | 0.39 | 0 | 0.06 | 0.05 | 170.97 | 0.77 | 0.76 |
| Hex | 94 | F1 | E3 | 27 | 0 | 6 | 5 | AB | 4D | 4C |
| Octal | 224 | 361 | 343 | 47 | 0 | 6 | 5 | 253 | 115 | 114 |
| Binary | 10010100 | 11110001 | 11100011 | 100111 | 0 | 110 | 101 | 10101011 | 1001101 | 1001100 |
Color Harmonies of #94F1E3
Complementary color
Monochromatic Colors of #94F1E3
Black with #94F1E3
Text Example
Text Example
White with #94F1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F1E3; }
p { color: rgb(148,241,227); }
H1.HeaderClassName
{
color: #94F1E3;
}
.AnyTagClassName
{
color: #94F1E3;
}
</style>
background-color css
<style>
a { background-color: #94F1E3; }
a { background-color: rgb(148,241,227); }
div.DivClassName
{
background-color: #94F1E3;
}
.BgClassName
{
background-color: #94F1E3;
}
</style>
border-color css
<style>
span { border-color: #94F1E3; }
span { border-color: rgb(148,241,227); }
td.TdClassName
{
border-color: #94F1E3;
}
.TagClassName
{
border-color: #94F1E3;
}
</style>