#97FFED

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

Shades of Pale Turquoise #97FFED

Tints of Pale Turquoise #97FFED

Color information

#97FFED (or 0x97FFED) is unknown color: approx Pale Turquoise. HEX triplet: 97, FF and ED. RGB value is (151,255,237). Sum of RGB (Red+Green+Blue) = 151+255+237=643 (85% of max value = 765). Red value is 151 (59.38% from 255 or 23.48% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FFED is #680012. Grayscale: #DDDDDD. Windows color (decimal): -6815763 or 15597463. OLE color: 15597463.

HSL color Cylindrical-coordinate representation of color #97FFED: hue angle of 169.62º 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 #97FFED is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB151255237-
CMYK0.4100.070
HSL169.62º100%79.61%-
HSV(B)169.62º40.78%100%-
XYZ63.8184.2193.01-
YUV221.85136.5477.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.48%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=23.48%
G=39.66%
B=36.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512552370.4100.070169.6210079.61
Hex97FFED29070aa6450
Octal22737735551070252144120
Binary100101111111111111101101101001011101010101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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