#94F7F0

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

Shades of Pale Turquoise #94F7F0

Tints of Pale Turquoise #94F7F0

Color information

#94F7F0 (or 0x94F7F0) is unknown color: approx Pale Turquoise. HEX triplet: 94, F7 and F0. RGB value is (148,247,240). Sum of RGB (Red+Green+Blue) = 148+247+240=635 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.31% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F7F0 is #6B080F. Grayscale: #D8D8D8. Windows color (decimal): -7014416 or 15792020. OLE color: 15792020.

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

Color convert

RGB148247240-
CMYK0.4000.030.03
HSL175.76º86.09%77.45%-
HSV(B)175.76º40.08%96.86%-
XYZ61.279.1194.48-
YUV216.6141.279.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.31%
GREEN value IS 247 (96.88% from 255) = 38.90%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=23.31%
G=38.90%
B=37.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482472400.4000.030.03175.7686.0977.45
Hex94F7F028033b0564d
Octal22436736050033260126115
Binary100101001111011111110000101000011111011000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,240); }

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

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

 a { background-color: rgb(148,247,240); }

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

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

 span { border-color: rgb(148,247,240); }

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