#94FAEE

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

Shades of Pale Turquoise #94FAEE

Tints of Pale Turquoise #94FAEE

Color information

#94FAEE (or 0x94FAEE) is unknown color: approx Pale Turquoise. HEX triplet: 94, FA and EE. RGB value is (148,250,238). Sum of RGB (Red+Green+Blue) = 148+250+238=636 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.27% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FAEE is #6B0511. Grayscale: #DADADA. Windows color (decimal): -7013650 or 15661716. OLE color: 15661716.

HSL color Cylindrical-coordinate representation of color #94FAEE: hue angle of 172.94º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAEE is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB148250238-
CMYK0.4100.050.02
HSL172.94º91.07%78.04%-
HSV(B)172.94º40.8%98.04%-
XYZ61.8380.8493.23-
YUV218.13139.2177.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.27%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=23.27%
G=39.31%
B=37.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482502380.4100.050.02172.9491.0778.04
Hex94FAEE29052ad5b4e
Octal22437235651052255133116
Binary1001010011111010111011101010010101101010110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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