#97F3E8

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

Shades of Pale Turquoise #97F3E8

Tints of Pale Turquoise #97F3E8

Color information

#97F3E8 (or 0x97F3E8) is unknown color: approx Pale Turquoise. HEX triplet: 97, F3 and E8. RGB value is (151,243,232). Sum of RGB (Red+Green+Blue) = 151+243+232=626 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.12% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #97F3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F3E8 is #680C17. Grayscale: #D6D6D6. Windows color (decimal): -6818840 or 15266711. OLE color: 15266711.

HSL color Cylindrical-coordinate representation of color #97F3E8: hue angle of 172.83º degrees, saturation: 0.79, 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 #97F3E8 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB151243232-
CMYK0.3800.050.05
HSL172.83º79.31%77.25%-
HSV(B)172.83º37.86%95.29%-
XYZ59.3876.5187.98-
YUV214.24138.0282.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.12%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=24.12%
G=38.82%
B=37.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512432320.3800.050.05172.8379.3177.25
Hex97F3E826055ad4f4d
Octal22736335046055255117115
Binary10010111111100111110100010011001011011010110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,243,232); }

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

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

 a { background-color: rgb(151,243,232); }

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

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

 span { border-color: rgb(151,243,232); }

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