Shades of Pale Turquoise #94F3EA
Tints of Pale Turquoise #94F3EA
RGB
CMYK
RGB Variations
Color information
#94F3EA (or 0x94F3EA) is known color: Pale Turquoise. HEX triplet: 94, F3 and EA. RGB value is (148,243,234). Sum of RGB (Red+Green+Blue) = 148+243+234=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F3EA is #6B0C15. Grayscale: #D5D5D5. Windows color (decimal): -7015446 or 15397780. OLE color: 15397780.
HSL color Cylindrical-coordinate representation of color #94F3EA: hue angle of 174.32º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3EA is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 234 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.05 |
| HSL | 174.32º | 0.8% | 0.77% | - |
| HSV(B) | 174.32º | 0.39% | 0.95% | - |
| XYZ | 59.11 | 76.34 | 89.46 | - |
| YUV | 213.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 234 | 0.39 | 0 | 0.04 | 0.05 | 174.32 | 0.8 | 0.77 |
| Hex | 94 | F3 | EA | 27 | 0 | 4 | 5 | AE | 50 | 4D |
| Octal | 224 | 363 | 352 | 47 | 0 | 4 | 5 | 256 | 120 | 115 |
| Binary | 10010100 | 11110011 | 11101010 | 100111 | 0 | 100 | 101 | 10101110 | 1010000 | 1001101 |
Color Harmonies of #94F3EA
Complementary color
Monochromatic Colors of #94F3EA
Black with #94F3EA
Text Example
Text Example
White with #94F3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F3EA; }
p { color: rgb(148,243,234); }
H1.HeaderClassName
{
color: #94F3EA;
}
.AnyTagClassName
{
color: #94F3EA;
}
</style>
background-color css
<style>
a { background-color: #94F3EA; }
a { background-color: rgb(148,243,234); }
div.DivClassName
{
background-color: #94F3EA;
}
.BgClassName
{
background-color: #94F3EA;
}
</style>
border-color css
<style>
span { border-color: #94F3EA; }
span { border-color: rgb(148,243,234); }
td.TdClassName
{
border-color: #94F3EA;
}
.TagClassName
{
border-color: #94F3EA;
}
</style>