#94FBEA

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

Shades of Pale Turquoise #94FBEA

Tints of Pale Turquoise #94FBEA

Color information

#94FBEA (or 0x94FBEA) is unknown color: approx Pale Turquoise. HEX triplet: 94, FB and EA. RGB value is (148,251,234). Sum of RGB (Red+Green+Blue) = 148+251+234=633 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.38% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FBEA is #6B0415. Grayscale: #DADADA. Windows color (decimal): -7013398 or 15399828. OLE color: 15399828.

HSL color Cylindrical-coordinate representation of color #94FBEA: hue angle of 170.1º degrees, saturation: 0.93, 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 #94FBEA is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB148251234-
CMYK0.4100.070.02
HSL170.1º92.79%78.24%-
HSV(B)170.1º41.04%98.43%-
XYZ61.5681.2390.28-
YUV218.26136.8877.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.38%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=23.38%
G=39.65%
B=36.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482512340.4100.070.02170.192.7978.24
Hex94FBEA29072aa5d4e
Octal22437335251072252135116
Binary1001010011111011111010101010010111101010101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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