#95F4E5

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

Shades of Pale Turquoise #95F4E5

Tints of Pale Turquoise #95F4E5

Color information

#95F4E5 (or 0x95F4E5) is unknown color: approx Pale Turquoise. HEX triplet: 95, F4 and E5. RGB value is (149,244,229). Sum of RGB (Red+Green+Blue) = 149+244+229=622 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.95% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #95F4E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F4E5 is #6A0B1A. Grayscale: #D5D5D5. Windows color (decimal): -6949659 or 15070357. OLE color: 15070357.

HSL color Cylindrical-coordinate representation of color #95F4E5: hue angle of 170.53º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F4E5 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB149244229-
CMYK0.3900.060.04
HSL170.53º81.2%77.06%-
HSV(B)170.53º38.93%95.69%-
XYZ58.8976.7585.84-
YUV213.88136.5381.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.95%
GREEN value IS 244 (95.70% from 255) = 39.23%
BLUE value IS 229 (89.84% from 255) = 36.82%
R=23.95%
G=39.23%
B=36.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492442290.3900.060.04170.5381.277.06
Hex95F4E527064ab514d
Octal22536434547064253121115
Binary10010101111101001110010110011101101001010101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F4E5; }

 p { color: rgb(149,244,229); }

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

<style>
 a { background-color: #95F4E5; }

 a { background-color: rgb(149,244,229); }

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

<style>
 span { border-color: #95F4E5; }

 span { border-color: rgb(149,244,229); }

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