#95F2E9

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

Shades of Pale Turquoise #95F2E9

Tints of Pale Turquoise #95F2E9

Color information

#95F2E9 (or 0x95F2E9) is unknown color: approx Pale Turquoise. HEX triplet: 95, F2 and E9. RGB value is (149,242,233). Sum of RGB (Red+Green+Blue) = 149+242+233=624 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.88% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F2E9 is #6A0D16. Grayscale: #D5D5D5. Windows color (decimal): -6950167 or 15331989. OLE color: 15331989.

HSL color Cylindrical-coordinate representation of color #95F2E9: hue angle of 174.19º degrees, saturation: 0.78, 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 #95F2E9 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB149242233-
CMYK0.3800.040.05
HSL174.19º78.15%76.67%-
HSV(B)174.19º38.43%94.9%-
XYZ58.8575.7888.62-
YUV213.17139.1982.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.88%
GREEN value IS 242 (94.92% from 255) = 38.78%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=23.88%
G=38.78%
B=37.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492422330.3800.040.05174.1978.1576.67
Hex95F2E926045ae4e4d
Octal22536235146045256116115
Binary10010101111100101110100110011001001011010111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,233); }

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

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

 a { background-color: rgb(149,242,233); }

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

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

 span { border-color: rgb(149,242,233); }

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