#95F1E5

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

Shades of Pale Turquoise #95F1E5

Tints of Pale Turquoise #95F1E5

Color information

#95F1E5 (or 0x95F1E5) is unknown color: approx Pale Turquoise. HEX triplet: 95, F1 and E5. RGB value is (149,241,229). Sum of RGB (Red+Green+Blue) = 149+241+229=619 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.07% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1E5 is #6A0E1A. Grayscale: #D4D4D4. Windows color (decimal): -6950427 or 15069589. OLE color: 15069589.

HSL color Cylindrical-coordinate representation of color #95F1E5: hue angle of 172.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1E5 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB149241229-
CMYK0.3800.050.05
HSL172.17º76.67%76.47%-
HSV(B)172.17º38.17%94.51%-
XYZ57.9974.9685.54-
YUV212.12137.5282.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.07%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=24.07%
G=38.93%
B=37.00%

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
Decimal1492412290.3800.050.05172.1776.6776.47
Hex95F1E526055ac4d4c
Octal22536134546055254115114
Binary10010101111100011110010110011001011011010110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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