#97F9E9

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

Shades of Pale Turquoise #97F9E9

Tints of Pale Turquoise #97F9E9

Color information

#97F9E9 (or 0x97F9E9) is unknown color: approx Pale Turquoise. HEX triplet: 97, F9 and E9. RGB value is (151,249,233). Sum of RGB (Red+Green+Blue) = 151+249+233=633 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.85% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F9E9 is #680616. Grayscale: #D9D9D9. Windows color (decimal): -6817303 or 15333783. OLE color: 15333783.

HSL color Cylindrical-coordinate representation of color #97F9E9: hue angle of 170.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9E9 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB151249233-
CMYK0.3900.060.02
HSL170.2º89.09%78.43%-
HSV(B)170.2º39.36%97.65%-
XYZ61.3580.2189.34-
YUV217.87136.5380.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.85%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 233 (91.41% from 255) = 36.81%
R=23.85%
G=39.34%
B=36.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512492330.3900.060.02170.289.0978.43
Hex97F9E927062aa594e
Octal22737135147062252131116
Binary1001011111111001111010011001110110101010101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,249,233); }

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

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

 a { background-color: rgb(151,249,233); }

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

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

 span { border-color: rgb(151,249,233); }

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