#97F7EC

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

Shades of Pale Turquoise #97F7EC

Tints of Pale Turquoise #97F7EC

Color information

#97F7EC (or 0x97F7EC) is unknown color: approx Pale Turquoise. HEX triplet: 97, F7 and EC. RGB value is (151,247,236). Sum of RGB (Red+Green+Blue) = 151+247+236=634 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.82% from 634); Green value is 247 (96.88% from 255 or 38.96% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 247 - color contains mainly: green. Hex color #97F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F7EC is #680813. Grayscale: #D8D8D8. Windows color (decimal): -6817812 or 15529879. OLE color: 15529879.

HSL color Cylindrical-coordinate representation of color #97F7EC: hue angle of 173.12º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F7EC is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB151247236-
CMYK0.3900.040.03
HSL173.12º85.71%78.04%-
HSV(B)173.12º38.87%96.86%-
XYZ61.1679.1691.41-
YUV217.04138.780.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.82%
GREEN value IS 247 (96.88% from 255) = 38.96%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=23.82%
G=38.96%
B=37.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512472360.3900.040.03173.1285.7178.04
Hex97F7EC27043ad564e
Octal22736735447043255126116
Binary1001011111110111111011001001110100111010110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,247,236); }

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

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

 a { background-color: rgb(151,247,236); }

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

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

 span { border-color: rgb(151,247,236); }

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