#94F8ED

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

Shades of Pale Turquoise #94F8ED

Tints of Pale Turquoise #94F8ED

Color information

#94F8ED (or 0x94F8ED) is unknown color: approx Pale Turquoise. HEX triplet: 94, F8 and ED. RGB value is (148,248,237). Sum of RGB (Red+Green+Blue) = 148+248+237=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F8ED is #6B0712. Grayscale: #D8D8D8. Windows color (decimal): -7014163 or 15595668. OLE color: 15595668.

HSL color Cylindrical-coordinate representation of color #94F8ED: hue angle of 173.4º 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 #94F8ED is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB148248237-
CMYK0.4000.040.03
HSL173.4º87.72%77.65%-
HSV(B)173.4º40.32%97.25%-
XYZ61.0779.5592.26-
YUV216.85139.3778.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.38%
GREEN value IS 248 (97.27% from 255) = 39.18%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=23.38%
G=39.18%
B=37.44%

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
Decimal1482482370.4000.040.03173.487.7277.65
Hex94F8ED28043ad584e
Octal22437035550043255130116
Binary1001010011111000111011011010000100111010110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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