#97FFEA

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

Shades of Pale Turquoise #97FFEA

Tints of Pale Turquoise #97FFEA

Color information

#97FFEA (or 0x97FFEA) is unknown color: approx Pale Turquoise. HEX triplet: 97, FF and EA. RGB value is (151,255,234). Sum of RGB (Red+Green+Blue) = 151+255+234=640 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.59% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFEA is #680015. Grayscale: #DDDDDD. Windows color (decimal): -6815766 or 15400855. OLE color: 15400855.

HSL color Cylindrical-coordinate representation of color #97FFEA: hue angle of 167.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFEA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB151255234-
CMYK0.4100.080
HSL167.88º100%79.61%-
HSV(B)167.88º40.78%100%-
XYZ63.3784.0490.72-
YUV221.51135.0477.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.59%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=23.59%
G=39.84%
B=36.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552340.4100.080167.8810079.61
Hex97FFEA29080a86450
Octal227377352510100250144120
Binary1001011111111111111010101010010100001010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97FFEA; }

 p { color: rgb(151,255,234); }

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

<style>
 a { background-color: #97FFEA; }

 a { background-color: rgb(151,255,234); }

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

<style>
 span { border-color: #97FFEA; }

 span { border-color: rgb(151,255,234); }

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