#97FDEB

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

Shades of Pale Turquoise #97FDEB

Tints of Pale Turquoise #97FDEB

Color information

#97FDEB (or 0x97FDEB) is unknown color: approx Pale Turquoise. HEX triplet: 97, FD and EB. RGB value is (151,253,235). Sum of RGB (Red+Green+Blue) = 151+253+235=639 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.63% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #97FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FDEB is #680214. Grayscale: #DCDCDC. Windows color (decimal): -6816277 or 15465879. OLE color: 15465879.

HSL color Cylindrical-coordinate representation of color #97FDEB: hue angle of 169.41º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FDEB is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB151253235-
CMYK0.4000.070.01
HSL169.41º96.23%79.22%-
HSV(B)169.41º40.32%99.22%-
XYZ62.8882.8391.27-
YUV220.45136.2178.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.63%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=23.63%
G=39.59%
B=36.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512532350.4000.070.01169.4196.2379.22
Hex97FDEB28071a9604f
Octal22737535350071251140117
Binary100101111111110111101011101000011111010100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,253,235); }

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

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

 a { background-color: rgb(151,253,235); }

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

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

 span { border-color: rgb(151,253,235); }

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