#94F6EA

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

Shades of Pale Turquoise #94F6EA

Tints of Pale Turquoise #94F6EA

Color information

#94F6EA (or 0x94F6EA) is unknown color: approx Pale Turquoise. HEX triplet: 94, F6 and EA. RGB value is (148,246,234). Sum of RGB (Red+Green+Blue) = 148+246+234=628 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.57% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F6EA is #6B0915. Grayscale: #D7D7D7. Windows color (decimal): -7014678 or 15398548. OLE color: 15398548.

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

Color convert

RGB148246234-
CMYK0.4000.050.04
HSL172.65º84.48%77.25%-
HSV(B)172.65º39.84%96.47%-
XYZ60.0278.1589.76-
YUV215.33138.5379.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.57%
GREEN value IS 246 (96.48% from 255) = 39.17%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=23.57%
G=39.17%
B=37.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482462340.4000.050.04172.6584.4877.25
Hex94F6EA28054ad544d
Octal22436635250054255124115
Binary10010100111101101110101010100001011001010110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,246,234); }

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

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

 a { background-color: rgb(148,246,234); }

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

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

 span { border-color: rgb(148,246,234); }

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