#94F1E5

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

Shades of Pale Turquoise #94F1E5

Tints of Pale Turquoise #94F1E5

Color information

#94F1E5 (or 0x94F1E5) is unknown color: approx Pale Turquoise. HEX triplet: 94, F1 and E5. RGB value is (148,241,229). Sum of RGB (Red+Green+Blue) = 148+241+229=618 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.95% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F1E5 is #6B0E1A. Grayscale: #D3D3D3. Windows color (decimal): -7015963 or 15069588. OLE color: 15069588.

HSL color Cylindrical-coordinate representation of color #94F1E5: hue angle of 172.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F1E5 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB148241229-
CMYK0.3900.050.05
HSL172.26º76.86%76.27%-
HSV(B)172.26º38.59%94.51%-
XYZ57.8174.8685.53-
YUV211.82137.6982.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.95%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=23.95%
G=39.00%
B=37.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482412290.3900.050.05172.2676.8676.27
Hex94F1E527055ac4d4c
Octal22436134547055254115114
Binary10010100111100011110010110011101011011010110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,241,229); }

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

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

 a { background-color: rgb(148,241,229); }

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

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

 span { border-color: rgb(148,241,229); }

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