#97F5F1

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

Shades of Pale Turquoise #97F5F1

Tints of Pale Turquoise #97F5F1

Color information

#97F5F1 (or 0x97F5F1) is unknown color: approx Pale Turquoise. HEX triplet: 97, F5 and F1. RGB value is (151,245,241). Sum of RGB (Red+Green+Blue) = 151+245+241=637 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.70% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #97F5F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F5F1 is #680A0E. Grayscale: #D8D8D8. Windows color (decimal): -6818319 or 15857047. OLE color: 15857047.

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

Color convert

RGB151245241-
CMYK0.3800.020.04
HSL177.45º82.46%77.65%-
HSV(B)177.45º38.37%96.08%-
XYZ61.2978.2495.09-
YUV216.44141.8681.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.70%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=23.70%
G=38.46%
B=37.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1512452410.3800.020.04177.4582.4677.65
Hex97F5F126024b1524e
Octal22736536146024261122116
Binary1001011111110101111100011001100101001011000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,245,241); }

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

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

 a { background-color: rgb(151,245,241); }

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

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

 span { border-color: rgb(151,245,241); }

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