#97F6EA

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

Shades of Pale Turquoise #97F6EA

Tints of Pale Turquoise #97F6EA

Color information

#97F6EA (or 0x97F6EA) is unknown color: approx Pale Turquoise. HEX triplet: 97, F6 and EA. RGB value is (151,246,234). Sum of RGB (Red+Green+Blue) = 151+246+234=631 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.93% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #97F6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F6EA is #680915. Grayscale: #D8D8D8. Windows color (decimal): -6818070 or 15398551. OLE color: 15398551.

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

Color convert

RGB151246234-
CMYK0.3900.050.04
HSL172.42º84.07%77.84%-
HSV(B)172.42º38.62%96.47%-
XYZ60.5778.4389.79-
YUV216.23138.0381.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.93%
GREEN value IS 246 (96.48% from 255) = 38.99%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=23.93%
G=38.99%
B=37.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512462340.3900.050.04172.4284.0777.84
Hex97F6EA27054ac544e
Octal22736635247054254124116
Binary10010111111101101110101010011101011001010110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,246,234); }

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

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

 a { background-color: rgb(151,246,234); }

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

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

 span { border-color: rgb(151,246,234); }

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