#95F2E5

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

Shades of Pale Turquoise #95F2E5

Tints of Pale Turquoise #95F2E5

Color information

#95F2E5 (or 0x95F2E5) is unknown color: approx Pale Turquoise. HEX triplet: 95, F2 and E5. RGB value is (149,242,229). Sum of RGB (Red+Green+Blue) = 149+242+229=620 (82% of max value = 765). Red value is 149 (58.59% from 255 or 24.03% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #95F2E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F2E5 is #6A0D1A. Grayscale: #D4D4D4. Windows color (decimal): -6950171 or 15069845. OLE color: 15069845.

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

Color convert

RGB149242229-
CMYK0.3800.050.05
HSL171.61º78.15%76.67%-
HSV(B)171.61º38.43%94.9%-
XYZ58.2975.5585.64-
YUV212.71137.1982.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.03%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 229 (89.84% from 255) = 36.94%
R=24.03%
G=39.03%
B=36.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492422290.3800.050.05171.6178.1576.67
Hex95F2E526055ac4e4d
Octal22536234546055254116115
Binary10010101111100101110010110011001011011010110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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