#94F7EE

Color #94F7EE Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #94F7EE

Tints of Pale Turquoise #94F7EE

Color information

#94F7EE (or 0x94F7EE) is unknown color: approx Pale Turquoise. HEX triplet: 94, F7 and EE. RGB value is (148,247,238). Sum of RGB (Red+Green+Blue) = 148+247+238=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F7EE is #6B0811. Grayscale: #D8D8D8. Windows color (decimal): -7014418 or 15660948. OLE color: 15660948.

HSL color Cylindrical-coordinate representation of color #94F7EE: hue angle of 174.55º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7EE is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB148247238-
CMYK0.4000.040.03
HSL174.55º86.09%77.45%-
HSV(B)174.55º40.08%96.86%-
XYZ60.9178.9992.93-
YUV216.37140.279.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 23.38%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=23.38%
G=39.02%
B=37.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482472380.4000.040.03174.5586.0977.45
Hex94F7EE28043af564d
Octal22436735650043257126115
Binary1001010011110111111011101010000100111010111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F7EE; }

 p { color: rgb(148,247,238); }

 H1.HeaderClassName
 {
   color: #94F7EE;
 }
 .AnyTagClassName
 {
   color: #94F7EE;
 }
</style>
background-color css

<style>
 a { background-color: #94F7EE; }

 a { background-color: rgb(148,247,238); }

 div.DivClassName
 {
   background-color: #94F7EE;
 }
 .BgClassName
 {
   background-color: #94F7EE;
 }
</style>
border-color css

<style>
 span { border-color: #94F7EE; }

 span { border-color: rgb(148,247,238); }

 td.TdClassName
 {
   border-color: #94F7EE;
 }
 .TagClassName
 {
   border-color: #94F7EE;
 }
</style>