#94F8EC

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

Shades of Pale Turquoise #94F8EC

Tints of Pale Turquoise #94F8EC

Color information

#94F8EC (or 0x94F8EC) is unknown color: approx Pale Turquoise. HEX triplet: 94, F8 and EC. RGB value is (148,248,236). Sum of RGB (Red+Green+Blue) = 148+248+236=632 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.42% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F8EC is #6B0713. Grayscale: #D8D8D8. Windows color (decimal): -7014164 or 15530132. OLE color: 15530132.

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

Color convert

RGB148248236-
CMYK0.4000.050.03
HSL172.8º87.72%77.65%-
HSV(B)172.8º40.32%97.25%-
XYZ60.9279.4991.49-
YUV216.73138.8778.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.42%
GREEN value IS 248 (97.27% from 255) = 39.24%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=23.42%
G=39.24%
B=37.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482482360.4000.050.03172.887.7277.65
Hex94F8EC28053ad584e
Octal22437035450053255130116
Binary1001010011111000111011001010000101111010110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,248,236); }

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

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

 a { background-color: rgb(148,248,236); }

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

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

 span { border-color: rgb(148,248,236); }

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