#97F4F2

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

Shades of Pale Turquoise #97F4F2

Tints of Pale Turquoise #97F4F2

Color information

#97F4F2 (or 0x97F4F2) is unknown color: approx Pale Turquoise. HEX triplet: 97, F4 and F2. RGB value is (151,244,242). Sum of RGB (Red+Green+Blue) = 151+244+242=637 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.70% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #97F4F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F4F2 is #680B0D. Grayscale: #D7D7D7. Windows color (decimal): -6818574 or 15922327. OLE color: 15922327.

HSL color Cylindrical-coordinate representation of color #97F4F2: hue angle of 178.71º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F4F2 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB151244242-
CMYK0.3800.010.04
HSL178.71º80.87%77.45%-
HSV(B)178.71º38.11%95.69%-
XYZ61.1477.6995.78-
YUV215.96142.6981.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.70%
GREEN value IS 244 (95.70% from 255) = 38.30%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=23.70%
G=38.30%
B=37.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512442420.3800.010.04178.7180.8777.45
Hex97F4F226014b3514d
Octal22736436246014263121115
Binary100101111111010011110010100110011001011001110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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