#95FFED

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

Shades of Pale Turquoise #95FFED

Tints of Pale Turquoise #95FFED

Color information

#95FFED (or 0x95FFED) is unknown color: approx Pale Turquoise. HEX triplet: 95, FF and ED. RGB value is (149,255,237). Sum of RGB (Red+Green+Blue) = 149+255+237=641 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.24% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFED is #6A0012. Grayscale: #DDDDDD. Windows color (decimal): -6946835 or 15597461. OLE color: 15597461.

HSL color Cylindrical-coordinate representation of color #95FFED: hue angle of 169.81º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFED is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB149255237-
CMYK0.4200.070
HSL169.81º100%79.22%-
HSV(B)169.81º41.57%100%-
XYZ63.4484.0293-
YUV221.25136.8876.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.24%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=23.24%
G=39.78%
B=36.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492552370.4200.070169.8110079.22
Hex95FFED2A070aa644f
Octal22537735552070252144117
Binary100101011111111111101101101010011101010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,255,237); }

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

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

 a { background-color: rgb(149,255,237); }

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

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

 span { border-color: rgb(149,255,237); }

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