#97F2EB

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

Shades of Pale Turquoise #97F2EB

Tints of Pale Turquoise #97F2EB

Color information

#97F2EB (or 0x97F2EB) is unknown color: approx Pale Turquoise. HEX triplet: 97, F2 and EB. RGB value is (151,242,235). Sum of RGB (Red+Green+Blue) = 151+242+235=628 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.04% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F2EB is #680D14. Grayscale: #D5D5D5. Windows color (decimal): -6819093 or 15463063. OLE color: 15463063.

HSL color Cylindrical-coordinate representation of color #97F2EB: hue angle of 175.38º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F2EB is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB151242235-
CMYK0.3800.030.05
HSL175.38º77.78%77.06%-
HSV(B)175.38º37.6%94.9%-
XYZ59.5176.0890.15-
YUV213.99139.8583.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.04%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=24.04%
G=38.54%
B=37.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512422350.3800.030.05175.3877.7877.06
Hex97F2EB26035af4e4d
Octal22736235346035257116115
Binary1001011111110010111010111001100111011010111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,242,235); }

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

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

 a { background-color: rgb(151,242,235); }

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

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

 span { border-color: rgb(151,242,235); }

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