#97F3EE

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

Shades of Pale Turquoise #97F3EE

Tints of Pale Turquoise #97F3EE

Color information

#97F3EE (or 0x97F3EE) is unknown color: approx Pale Turquoise. HEX triplet: 97, F3 and EE. RGB value is (151,243,238). Sum of RGB (Red+Green+Blue) = 151+243+238=632 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.89% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #97F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F3EE is #680C11. Grayscale: #D6D6D6. Windows color (decimal): -6818834 or 15659927. OLE color: 15659927.

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

Color convert

RGB151243238-
CMYK0.3800.020.05
HSL176.74º79.31%77.25%-
HSV(B)176.74º37.86%95.29%-
XYZ60.2576.8592.55-
YUV214.92141.0282.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.89%
GREEN value IS 243 (95.31% from 255) = 38.45%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=23.89%
G=38.45%
B=37.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512432380.3800.020.05176.7479.3177.25
Hex97F3EE26025b14f4d
Octal22736335646025261117115
Binary1001011111110011111011101001100101011011000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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