#97F9EE

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

Shades of Pale Turquoise #97F9EE

Tints of Pale Turquoise #97F9EE

Color information

#97F9EE (or 0x97F9EE) is unknown color: approx Pale Turquoise. HEX triplet: 97, F9 and EE. RGB value is (151,249,238). Sum of RGB (Red+Green+Blue) = 151+249+238=638 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.67% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F9EE is #680611. Grayscale: #DADADA. Windows color (decimal): -6817298 or 15661463. OLE color: 15661463.

HSL color Cylindrical-coordinate representation of color #97F9EE: hue angle of 173.27º 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 #97F9EE is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB151249238-
CMYK0.3900.040.02
HSL173.27º89.09%78.43%-
HSV(B)173.27º39.36%97.65%-
XYZ62.0780.593.16-
YUV218.44139.0379.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.67%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=23.67%
G=39.03%
B=37.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512492380.3900.040.02173.2789.0978.43
Hex97F9EE27042ad594e
Octal22737135647042255131116
Binary1001011111111001111011101001110100101010110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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